Move to automatic type registration
This commit is contained in:
parent
2cb04fd741
commit
ce1a64bc19
73 changed files with 570 additions and 472 deletions
|
|
@ -346,7 +346,7 @@ main(int argc, char *argv[])
|
|||
QStringLiteral(":/translations")))
|
||||
app.installTranslator(&appTranslator);
|
||||
|
||||
MainWindow w;
|
||||
MainWindow w(nullptr);
|
||||
// QQuickView w;
|
||||
|
||||
// Move the MainWindow to the center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue