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.
2 parents cc86d97 + 6c217b0 commit 7cce7f3Copy full SHA for 7cce7f3
src/Deploy/src/qmlqt6.cpp
@@ -47,7 +47,7 @@ QStringList QMLQt6::extractImportsFromFile(const QString &filepath) const {
47
{
48
word = word.simplified();
49
if (word.startsWith("//")) continue;
50
- if (!word.startsWith("import")) continue;
+ if (!word.startsWith("import ")) continue;
51
52
imports += extractImportLine(word);
53
}
0 commit comments