Skip to content

Commit 8b5e3a8

Browse files
committed
Remove resource debug output
1 parent 06fb280 commit 8b5e3a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <QQmlApplicationEngine>
55
#include <QQuickStyle>
66
#include <QIcon>
7-
#include <QDirIterator>
87

98
int main(int argc, char *argv[])
109
{
@@ -15,10 +14,6 @@ int main(int argc, char *argv[])
1514
QQmlApplicationEngine engine;
1615
engine.addImportPath(":/");
1716

18-
QDirIterator it(":/ScratchCPP");
19-
while (it.hasNext())
20-
qDebug() << it.next();
21-
2217
const QUrl url(u"qrc:/ScratchCPP/main.qml"_qs);
2318
QObject::connect(
2419
&engine,

0 commit comments

Comments
 (0)