Remove empty line.
A copy-paste error. Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
fb0daa1107
commit
f26b0322b3
|
@ -43,6 +43,5 @@ int main(int argc, char *argv[]) {
|
||||||
},
|
},
|
||||||
Qt::QueuedConnection);
|
Qt::QueuedConnection);
|
||||||
engine.load(mainQmlUrl);
|
engine.load(mainQmlUrl);
|
||||||
|
|
||||||
return QGuiApplication::exec();
|
return QGuiApplication::exec();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue