Commit 2b04085f authored by jan.koester's avatar jan.koester
Browse files

windows fix

parent be570e4d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31,6 +31,10 @@
#include "themeprovider.h"
#include "authimageprovider.h"

#ifdef Windows
#undef Windows
#endif

#include <QApplication>
#include <QCommandLineParser>
#include <QPalette>