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
This commit is contained in:
Bill Somerville 2017-08-04 22:00:20 +00:00
parent 47b1586e29
commit 1f41aee6bf
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
#include "revision_utils.hpp" #include "revision_utils.hpp"
#include "pimpl_impl.hpp" #include "pimpl_impl.hpp"
#include "moc_SplashScreen.cpp"
class SplashScreen::impl class SplashScreen::impl
{ {
public: public:

View File

@ -8,7 +8,7 @@
class SplashScreen final class SplashScreen final
: public QSplashScreen : public QSplashScreen
{ {
Q_OBJECT; Q_OBJECT
public: public:
SplashScreen (); SplashScreen ();