Changeset 6beb157497 in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Feb 23, 2010, 11:17:48 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:
b2bf8e3b6b
Parents:
11086c2def
Message:

+ Preliminary Symbian support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    r11086c2def r6beb157497  
    5959        QCheckBox *cbUseTranslucency;
    6060#endif // Q_OS_WIN32
    61 #ifndef Q_OS_WINCE
     61#if !defined(Q_OS_WINCE) && !defined(Q_OS_SYMBIAN)
    6262        QCheckBox *cbSaveState;
    6363        QLabel *imgIcon;
     64        QFrame *lineVertical;
    6465        QLabel *labelHint;
    65         QFrame *lineVertical;
    6666
    6767        bool event(QEvent *ev);
Note: See TracChangeset for help on using the changeset viewer.