Changeset 31694c8b58 in tspsg for src/mainwindow.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/mainwindow.cpp

    r0784c85e46 r31694c8b58  
    4343    : QMainWindow(parent)
    4444{
    45     settings = new QSettings(QSettings::IniFormat, QSettings::UserScope, "TSPSG", "tspsg", this);
     45    settings = initSettings(this);
    4646
    4747    if (settings->contains("Style")) {
Note: See TracChangeset for help on using the changeset viewer.