Skip to content

Commit 63551c2

Browse files
committed
CustomMenuBar: Temporarily remove Qt.labs.platform import
1 parent 7382f9b commit 63551c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/uicomponents/CustomMenuBar.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ MenuBar {
2121
}
2222

2323
function getComponentString(typeName) {
24-
var imports = "import QtQuick; import QtQuick.Controls; import Qt.labs.platform as Platform;"
24+
//var imports = "import QtQuick; import QtQuick.Controls; import Qt.labs.platform as Platform;"
25+
var imports = "import QtQuick; import QtQuick.Controls;"
2526
return imports + " " + typeName + " {}";
2627
}
2728

0 commit comments

Comments
 (0)