diff --git a/SplashScreen.cpp b/SplashScreen.cpp index bc557c89a..727e0e852 100644 --- a/SplashScreen.cpp +++ b/SplashScreen.cpp @@ -8,6 +8,8 @@ #include "revision_utils.hpp" #include "pimpl_impl.hpp" +#include "moc_SplashScreen.cpp" + class SplashScreen::impl { public: diff --git a/SplashScreen.hpp b/SplashScreen.hpp index 6bf7712c6..2ec3238c1 100644 --- a/SplashScreen.hpp +++ b/SplashScreen.hpp @@ -8,7 +8,7 @@ class SplashScreen final : public QSplashScreen { - Q_OBJECT; + Q_OBJECT public: SplashScreen ();