Changeset 150 in tspsg-svn for trunk/src/settingsdialog.h


Ignore:
Timestamp:
Dec 21, 2010, 2:28:51 PM (13 years ago)
Author:
laleppa
Message:
  • Translucency effect is now available on all desktop platforms. No check for its support by window system is made at this moment. Blur is only available in Windows Vista or higher.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settingsdialog.h

    r149 r150  
    5656    QSettings *settings;
    5757    QHBoxLayout *layoutCitiesLimit;
    58 #ifdef Q_WS_WIN32
     58#ifndef HANDHELD
    5959    QCheckBox *cbUseTranslucency;
    60 #endif // Q_WS_WIN32
     60#endif // HANDHELD
    6161    QCheckBox *cbCheck4Updates;
    6262    QSpinBox *spinUpdateCheckInterval;
Note: See TracChangeset for help on using the changeset viewer.