mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 13:21:52 +02:00
Cleanup InfoSystem header
This commit is contained in:
@@ -25,17 +25,14 @@
|
|||||||
#include "Typedefs.h"
|
#include "Typedefs.h"
|
||||||
#include "TomahawkPlugin.h"
|
#include "TomahawkPlugin.h"
|
||||||
|
|
||||||
#include <QtCore/QCryptographicHash>
|
#include <QCryptographicHash>
|
||||||
#include <QtCore/QObject>
|
#include <QMap>
|
||||||
#include <QtCore/QtDebug>
|
#include <QObject>
|
||||||
#include <QtCore/QMap>
|
#include <QPointer>
|
||||||
#include <QtCore/QPointer>
|
#include <QSet>
|
||||||
#include <QtCore/QSet>
|
#include <QStringList>
|
||||||
#include <QtCore/QLinkedList>
|
#include <QThread>
|
||||||
#include <QtCore/QUrl>
|
#include <QVariant>
|
||||||
#include <QtCore/QVariant>
|
|
||||||
#include <QtCore/QThread>
|
|
||||||
#include <QtCore/QStringList>
|
|
||||||
|
|
||||||
class QNetworkAccessManager;
|
class QNetworkAccessManager;
|
||||||
class DiagnosticsDialog;
|
class DiagnosticsDialog;
|
||||||
@@ -261,16 +258,16 @@ inline uint qHash( Tomahawk::InfoSystem::InfoStringHash hash )
|
|||||||
return returnval;
|
return returnval;
|
||||||
}
|
}
|
||||||
|
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoRequestData );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoRequestData )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPushData );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPushData )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoStringHash );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoStringHash )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::PushInfoPair );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::PushInfoPair )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::PushInfoFlags );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::PushInfoFlags )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoType );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoType )
|
||||||
Q_DECLARE_METATYPE( QList< Tomahawk::InfoSystem::InfoStringHash > );
|
Q_DECLARE_METATYPE( QList< Tomahawk::InfoSystem::InfoStringHash > )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPluginPtr );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPluginPtr )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPlugin* );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoPlugin* )
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoTypeSet );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoTypeSet )
|
||||||
|
|
||||||
Q_DECLARE_INTERFACE( Tomahawk::InfoSystem::InfoPlugin, "tomahawk.InfoPlugin/1.0" )
|
Q_DECLARE_INTERFACE( Tomahawk::InfoSystem::InfoPlugin, "tomahawk.InfoPlugin/1.0" )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user