Import the right version of the UM module

Since it was changed to 1.2 for the setting models
This commit is contained in:
Arjen Hiemstra 2016-05-10 17:28:41 +02:00
parent fa8fbb2560
commit 3a99a2bc45

View File

@ -8,7 +8,7 @@ import QtQuick.Window 2.1
import QtQuick.Controls.Styles 1.1
import UM 1.1 as UM
import UM 1.2 as UM
import Cura 1.0 as Cura
@ -175,4 +175,4 @@ UM.Dialog
SystemPalette { id: palette }
ExclusiveGroup { id: printerGroup; }
}
}
}