1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Put delcaration in ifdef

This commit is contained in:
Leo Franchi 2011-11-17 14:37:21 -05:00
parent ca14fbf0aa
commit 0c0a2ea55c

View File

@ -128,6 +128,8 @@ private:
static AtticaManager* s_instance;
};
#ifdef LIBATTICA_FOUND
Q_DECLARE_METATYPE( Attica::Content );
#endif
#endif // ATTICAMANAGER_H