From 1f41aee6bf04563c7a61f1dacb2b8dbcdb92b29d Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 4 Aug 2017 22:00:20 +0000 Subject: [PATCH] Add missing MOC generated source include git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8000 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- SplashScreen.cpp | 2 ++ SplashScreen.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 ();