Remove unneeded Q_DECLARE_METATYPE
authorJocelyn Turcotte <jturcotte@woboq.com>
Wed, 8 Feb 2017 16:57:02 +0000 (17:57 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Wed, 8 Feb 2017 16:57:20 +0000 (17:57 +0100)
src/gui/socketapi.cpp

index d4f97b7babbfe64b29d007c0aafc8e4f55febee9..dac1e0f6d46a625da25df922c2b88aa445b79dd8 100644 (file)
@@ -515,5 +515,3 @@ QString SocketApi::buildRegisterPathMessage(const QString& path)
 }
 
 } // namespace OCC
-
-Q_DECLARE_METATYPE(OCC::SocketListener)