diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2018-06-11 22:42:02 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2018-06-11 22:42:02 +0200 |
| commit | 183decb0f0487783358691b372efb2a6d45ae829 (patch) | |
| tree | dc6530b011119dd018502bf40e090004ddd3f1fa /src | |
| parent | 63cb0cdf5ed1f71142c28581b8be747cf1e0982e (diff) | |
| download | kdbusnotification-183decb0f0487783358691b372efb2a6d45ae829.tar.gz kdbusnotification-183decb0f0487783358691b372efb2a6d45ae829.zip | |
Fix FTBFS for build without --enable-final
This resolves bug 2545
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
| -rw-r--r-- | src/daemon/daemon.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index d680f72..d09f080 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -315,3 +315,5 @@ void real_handleGTKMain() { while (gtk_events_pending()) gtk_main_iteration(); } + +#include "daemon.moc" |
