+ fix warnings with Win32 build

This commit is contained in:
wmayer
2015-12-01 00:51:57 +01:00
parent f46371b6ac
commit 93a3dc0cdd
27 changed files with 63 additions and 74 deletions

View File

@@ -27,6 +27,10 @@
# include <config.h>
#endif // HAVE_CONFIG_H
#ifdef _MSC_VER
# pragma warning(disable : 4005)
#endif
#include <QApplication>
#include <QIcon>
#include <QThread>