1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 08:40:40 +02:00

qt5: move Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* ) to where it belongs

This commit is contained in:
Dominik Schmidt
2013-01-05 23:42:27 +01:00
parent 6f116fadb6
commit 8261b840c2
2 changed files with 2 additions and 1 deletions

View File

@@ -244,7 +244,6 @@ Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoStringHash );
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::PushInfoPair );
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::PushInfoFlags );
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoType );
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* );
Q_DECLARE_METATYPE( QList< Tomahawk::InfoSystem::InfoStringHash > );
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPluginPtr );
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPlugin* );

View File

@@ -71,4 +71,6 @@ private:
} //namespace Tomahawk
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* );
#endif //TOMAHAWK_INFOSYSTEMCACHE_H