From: Manuel Nickschas Date: Mon, 17 Feb 2014 22:24:20 +0000 (+0100) Subject: PeerFactory is not a QObject X-Git-Tag: 0.10-beta1~11 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=97675557b12cae69bc19febe1ddd147ddfafebdb;ds=sidebyside PeerFactory is not a QObject warnings-- --- diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 526d424d..70c0a55b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -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)