Changeset b8a2a118c4 in tspsg for src/globals.h


Ignore:
Timestamp:
Dec 21, 2010, 2:28:51 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
bfe1e5e2ea
Parents:
9eb63a1598
git-author:
Oleksii Serdiuk <contacts@…> (12/21/10 14:28:51)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
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
  • src/globals.h

    r9eb63a1598 rb8a2a118c4  
    5959// TSPSolver
    6060#include "tspsolver.h"
    61 #ifdef Q_WS_WIN32
    62     // Vista/7 Eyecandy
     61#ifndef HANDHELD
     62    // Eyecandy
    6363#   include "qtwin.h"
    64 #endif // Q_WS_WIN32
     64#endif // HANDHELD
    6565
    6666// DEFINES
     
    129129}
    130130
    131 #ifdef Q_WS_WIN32
     131#ifndef HANDHELD
    132132/*!
    133133 * \brief Enables or disables a mask for the \a widget.
     
    138138 */
    139139void toggleStyle(QWidget *widget, bool enable);
    140 #endif // Q_WS_WIN32
     140#endif // HANDHELD
    141141
    142142#ifndef DOXYGEN_EXCLUDE
Note: See TracChangeset for help on using the changeset viewer.