increase Snapmatic Max Capacity to 512 KB, support for pre May 2015
Snapmatic added
This commit is contained in:
parent
08ecd5ca61
commit
4c6962ab23
3 changed files with 32 additions and 25 deletions
4
main.cpp
4
main.cpp
|
|
@ -70,6 +70,8 @@ int main(int argc, char *argv[])
|
|||
a.setApplicationVersion(GTA5SYNC_APPVER);
|
||||
a.setQuitOnLastWindowClosed(false);
|
||||
|
||||
QResource::registerResource(":/global/global.rcc");
|
||||
|
||||
QSettings settings(GTA5SYNC_APPVENDOR, GTA5SYNC_APPSTR);
|
||||
settings.beginGroup("Startup");
|
||||
|
||||
|
|
@ -292,8 +294,6 @@ int main(int argc, char *argv[])
|
|||
QObject::connect(&threadDB, SIGNAL(finished()), &a, SLOT(quit()));
|
||||
threadDB.start();
|
||||
|
||||
QResource::registerResource(":/global/global.rcc");
|
||||
|
||||
UserInterface uiWindow(&profileDB, &crewDB, &threadDB);
|
||||
uiWindow.setWindowIcon(IconLoader::loadingAppIcon());
|
||||
uiWindow.setupDirEnv();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue