Make Voice::ConnectionStatus a metatype

This is needed in order to use it as argument in a thread queue

refs #183
This commit is contained in:
Roland Winklmeier
2014-04-13 18:48:34 +02:00
committed by Klaus Basan
parent ccef9f4be2
commit 3fe5ece460
2 changed files with 4 additions and 0 deletions

View File

@@ -267,5 +267,6 @@ namespace BlackCore
} // namespace BlackCore
Q_DECLARE_METATYPE(BlackCore::IVoice::ComUnit)
Q_DECLARE_METATYPE(BlackCore::IVoice::ConnectionStatus)
#endif // guard