Changeset 97e90f9be6 in tspsg for src/defaults.h


Ignore:
Timestamp:
Oct 3, 2010, 2:01:00 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
88a59e4d65
Parents:
0007f69c46
git-author:
Oleksii Serdiuk <contacts@…> (10/03/10 14:01:00)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:

+ Added support for Simulator from Nokia Qt SDK

  • Made some Maemo related tweaks
  • Removed ids for unsupported OSs from os.h (i.e., MSDOS, OS/2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    r0007f69c46 r97e90f9be6  
    4242 * \brief Default for "Use native file dialog".
    4343 */
    44 #ifdef Q_OS_WINCE_WM
     44#ifdef Q_WS_WINCE_WM
    4545        #define DEF_USE_NATIVE_DIALOGS false
    4646#else
    4747        #define DEF_USE_NATIVE_DIALOGS true
    48 #endif // Q_OS_WINCE
     48#endif // Q_WS_WINCE_WM
    4949//! Default for "Save main window state and position"
    5050#define DEF_SAVEPOS true
     
    9191 * \brief Default font size
    9292 */
    93 #ifdef Q_OS_SYMBIAN
     93#ifdef Q_WS_S60
    9494        #define DEF_FONT_SIZE 8
    9595#else
    9696        #define DEF_FONT_SIZE 10
    97 #endif // Q_OS_SYMBIAN
     97#endif // Q_WS_S60
    9898//! Default text color
    9999#define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
Note: See TracChangeset for help on using the changeset viewer.