PeerFactory is not a QObject
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Feb 2014 22:24:20 +0000 (23:24 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Feb 2014 22:24:20 +0000 (23:24 +0100)
warnings--

src/common/CMakeLists.txt

index 526d424..70c0a55 100644 (file)
@@ -67,7 +67,6 @@ set(MOC_HDRS
     network.h
     networkconfig.h
     peer.h
-    peerfactory.h
     remotepeer.h
     settings.h
     signalproxy.h
@@ -90,6 +89,7 @@ set(HEADERS ${MOC_HDRS}
     networkevent.h
     logger.h
     message.h
+    peerfactory.h
     protocol.h
     types.h
     util.h)