mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Use undef instead of numeric define for USE_WATCHER
This commit is contained in:
parent
dd1c947c38
commit
060b2ddfa5
@ -30,7 +30,7 @@
|
||||
*/
|
||||
#define USE_WATCHER 1
|
||||
#ifdef Q_WS_WIN
|
||||
#define USE_WATCHER 0
|
||||
#undef USE_WATCHER
|
||||
#endif
|
||||
|
||||
class QAction;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user