Changeset 31694c8b58 in tspsg for src/globals.h


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/globals.h

    r0784c85e46 r31694c8b58  
    154154}
    155155
     156/*!
     157 * \brief Creates QSettings instance with TSPSG-specific options.
     158 * \param parent A QObject which will become parent for new QSetting instance.
     159 * \return A pointer to new QSettings instance.
     160 */
     161QSettings *initSettings(QObject *parent);
     162
    156163#ifndef HANDHELD
    157164/*!
Note: See TracChangeset for help on using the changeset viewer.