We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7382f9b commit 63551c2Copy full SHA for 63551c2
src/uicomponents/CustomMenuBar.qml
@@ -21,7 +21,8 @@ MenuBar {
21
}
22
23
function getComponentString(typeName) {
24
- var imports = "import QtQuick; import QtQuick.Controls; import Qt.labs.platform as Platform;"
+ //var imports = "import QtQuick; import QtQuick.Controls; import Qt.labs.platform as Platform;"
25
+ var imports = "import QtQuick; import QtQuick.Controls;"
26
return imports + " " + typeName + " {}";
27
28
0 commit comments