You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qmlRegisterUncreatableType<QtAutoUpdater::UpdateInfo>(uri, 3, 0, "UpdateInfo", QStringLiteral("Must be created by using the QtAutoUpdater singleton"));
30
-
qmlRegisterUncreatableType<QtAutoUpdater::UpdaterBackend>(uri, 3, 0, "UpdaterBackend", QStringLiteral("Cannot be created, only obtained via Updater"));
31
-
qmlRegisterUncreatableType<QtAutoUpdater::UpdateInstaller>(uri, 3, 0, "UpdateInstaller", QStringLiteral("Cannot be created, only obtained via Updater"));
32
-
qmlRegisterUncreatableType<QtAutoUpdater::Updater>(uri, 3, 0, "Updater", QStringLiteral("Must be created by using the QtAutoUpdater singleton"));
30
+
qmlRegisterUncreatableType<UpdateInfo>(uri, 3, 0, "UpdateInfo", QStringLiteral("Must be created by using the QtAutoUpdater singleton"));
31
+
qmlRegisterUncreatableType<UpdaterBackend>(uri, 3, 0, "UpdaterBackend", QStringLiteral("Cannot be created, only obtained via Updater"));
32
+
qmlRegisterUncreatableType<UpdateInstaller>(uri, 3, 0, "UpdateInstaller", QStringLiteral("Cannot be created, only obtained via Updater"));
33
+
qmlRegisterUncreatableType<Updater>(uri, 3, 0, "Updater", QStringLiteral("Must be created by using the QtAutoUpdater singleton"));
0 commit comments