1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 15:25:17 +03:00

Changed every single QSetting in Companion.

Next step: Function renaming
This commit is contained in:
Kjell Kernen 2014-02-18 23:48:57 +01:00
parent f617ae1362
commit da68c593cf
28 changed files with 1048 additions and 924 deletions

View file

@ -914,7 +914,7 @@ QString getCenterBeep(ModelData * g_model)
QString getTheme()
{
int theme_set = glob.theme();
int theme_set = g.theme();
QString Theme;
switch(theme_set) {
case 0: