src/gui/styles/qwindowsmobilestyle.cpp
changeset 30 5dc02b23752f
parent 25 e24348a560a6
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    77 #include "qguifunctions_wince.h"
    77 #include "qguifunctions_wince.h"
    78 extern bool qt_wince_is_high_dpi();          //defined in qguifunctions_wince.cpp
    78 extern bool qt_wince_is_high_dpi();          //defined in qguifunctions_wince.cpp
    79 extern bool qt_wince_is_smartphone();        //defined in qguifunctions_wince.cpp
    79 extern bool qt_wince_is_smartphone();        //defined in qguifunctions_wince.cpp
    80 extern bool qt_wince_is_windows_mobile_65(); //defined in qguifunctions_wince.cpp
    80 extern bool qt_wince_is_windows_mobile_65(); //defined in qguifunctions_wince.cpp
    81 #endif // Q_WS_WINCE
    81 #endif // Q_WS_WINCE
       
    82 
       
    83 #include "qstylehelper_p.h"
    82 
    84 
    83 QT_BEGIN_NAMESPACE
    85 QT_BEGIN_NAMESPACE
    84 
    86 
    85 static const int windowsItemFrame        =  1; // menu item frame width
    87 static const int windowsItemFrame        =  1; // menu item frame width
    86 
    88