From 470f2956aa1a8bc911e4a3c5c3ed2a5bc2af4088 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sat, 13 Jul 2013 12:18:07 +0200 Subject: [PATCH] Cleanup InfoSystem header --- src/libtomahawk/infosystem/InfoSystem.h | 39 ++++++++++++------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/src/libtomahawk/infosystem/InfoSystem.h b/src/libtomahawk/infosystem/InfoSystem.h index ea308eb24..48c0c423c 100644 --- a/src/libtomahawk/infosystem/InfoSystem.h +++ b/src/libtomahawk/infosystem/InfoSystem.h @@ -25,17 +25,14 @@ #include "Typedefs.h" #include "TomahawkPlugin.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include class QNetworkAccessManager; class DiagnosticsDialog; @@ -261,16 +258,16 @@ inline uint qHash( Tomahawk::InfoSystem::InfoStringHash hash ) return returnval; } -Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoRequestData ); -Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPushData ); -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( QList< Tomahawk::InfoSystem::InfoStringHash > ); -Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPluginPtr ); -Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPlugin* ); -Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoTypeSet ); +Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoRequestData ) +Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPushData ) +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( QList< Tomahawk::InfoSystem::InfoStringHash > ) +Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPluginPtr ) +Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPlugin* ) +Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoTypeSet ) Q_DECLARE_INTERFACE( Tomahawk::InfoSystem::InfoPlugin, "tomahawk.InfoPlugin/1.0" )