Don't import QtQuick 2.13

This commit is contained in:
Nicolas Fella 2020-02-01 18:08:06 +01:00
parent dd215efb50
commit 72275fb7dd

View file

@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import QtQuick 2.13 import QtQuick 2.12
import QtQuick.Controls 1.1 import QtQuick.Controls 1.1
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1
import QtGraphicalEffects 1.12 import QtGraphicalEffects 1.12