Changeset 31694c8b58 in tspsg for src/settingsdialog.cpp


Ignore:
Timestamp:
Sep 16, 2012, 10:40:01 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
1b0d08aa2e
Parents:
0784c85e46
git-author:
Oleksii Serdiuk <contacts@…> (09/16/12 22:40:01)
git-committer:
Oleksii Serdiuk <contacts@…> (09/16/12 22:41:39)
Message:

Fixed wrong placement of tspsg.ini on Windows Mobile.

Also, Main Window stopped showing maximized on Windows Mobile. Made a
workaround for this.

Closes #15 - Try to fix wrong placement of tspsg.ini.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.cpp

    r0784c85e46 r31694c8b58  
    234234#endif // HANDHELD
    235235
    236     settings = new QSettings(QSettings::IniFormat, QSettings::UserScope, "TSPSG", "tspsg", this);
     236    settings = initSettings(this);
    237237    settings->remove("SettingsReset");
    238238
Note: See TracChangeset for help on using the changeset viewer.