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:
@@ -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* );
|
||||
|
@@ -71,4 +71,6 @@ private:
|
||||
|
||||
} //namespace Tomahawk
|
||||
|
||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* );
|
||||
|
||||
#endif //TOMAHAWK_INFOSYSTEMCACHE_H
|
||||
|
Reference in New Issue
Block a user