Fixed: Compilation of Ryzom Installer

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-21 16:09:02 +02:00
parent 552e147c76
commit 177dacf100

View file

@ -17,8 +17,6 @@
#ifndef MIGRATEDIALOG_H #ifndef MIGRATEDIALOG_H
#define MIGRATEDIALOG_H #define MIGRATEDIALOG_H
#if defined(Q_OS_WIN32) || defined(Q_MOC_RUN)
#include "ui_migratedialog.h" #include "ui_migratedialog.h"
/** /**
@ -50,5 +48,3 @@ private:
}; };
#endif #endif
#endif