Use undef instead of numeric define for USE_WATCHER

This commit is contained in:
Klaas Freitag 2012-03-01 16:12:44 +01:00
parent dd1c947c38
commit 060b2ddfa5

View File

@ -30,7 +30,7 @@
*/
#define USE_WATCHER 1
#ifdef Q_WS_WIN
#define USE_WATCHER 0
#undef USE_WATCHER
#endif
class QAction;