Remove some moc/QObject warnings in KDE builds without streams or http server.

BUG: 507
This commit is contained in:
craig.p.drummond
2014-07-23 20:56:09 +00:00
committed by craig.p.drummond
parent 20392d4ebb
commit df7604c302
3 changed files with 14 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class QTimer;
class HttpServer : public QObject
{
#ifdef ENABLE_HTTP_SERVER
#if defined ENABLE_HTTP_SERVER || defined ENABLE_KDE_SUPPORT
Q_OBJECT
#endif