added snapmatic + savegame widget

This commit is contained in:
Rafael 2016-03-25 07:07:58 +01:00
parent 9057b783e5
commit a608702e69
13 changed files with 428 additions and 66 deletions

View file

@ -39,12 +39,11 @@ int main(int argc, char *argv[])
a.setApplicationName("gta5sync");
a.setApplicationVersion("1.0.0");
// Loading translation settings
QSettings settings("Syping Gaming Team", "gta5sync");
settings.beginGroup("Interface");
QString language = settings.value("Language","System").toString();
settings.endGroup();
// Translate pre values
bool trsf = false;
bool svlp = false;
@ -62,7 +61,7 @@ int main(int argc, char *argv[])
{
if (langList.at(0) != "en")
{
if (svlp) {trsf = true;}
if (svlp) { trsf = true; }
}
}
}
@ -70,7 +69,7 @@ int main(int argc, char *argv[])
{
if (langList.at(0) != "en")
{
if (svlp) {trsf = true;}
if (svlp) { trsf = true; }
}
}
}