Skip to content

Commit 97f2a9e

Browse files
committed
variadic getinstance
1 parent ecdcb5f commit 97f2a9e

File tree

3 files changed

+461
-629
lines changed

3 files changed

+461
-629
lines changed

app/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ int main(int argc, char *argv[])
5454
[url](QObject *obj, const QUrl &objUrl) {
5555
if (!obj && url == objUrl)
5656
QCoreApplication::exit(-1);
57-
},
58-
Qt::QueuedConnection);
57+
}, Qt::QueuedConnection);
5958

6059
engine.rootContext()->setContextProperty("appConfig", new AppConfig());
6160

0 commit comments

Comments
 (0)