Changeset 31694c8b58 in tspsg for src/mainwindow.cpp
- Timestamp:
- Sep 16, 2012, 10:40:01 PM (12 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
r0784c85e46 r31694c8b58 43 43 : QMainWindow(parent) 44 44 { 45 settings = new QSettings(QSettings::IniFormat, QSettings::UserScope, "TSPSG", "tspsg",this);45 settings = initSettings(this); 46 46 47 47 if (settings->contains("Style")) {
Note: See TracChangeset
for help on using the changeset viewer.