mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Forward declarations still output warnings with qt5
This commit is contained in:
@@ -25,18 +25,12 @@
|
|||||||
#include <QSharedPointer>
|
#include <QSharedPointer>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
#include "Typedefs.h"
|
|
||||||
#include "accounts/AccountManager.h"
|
#include "accounts/AccountManager.h"
|
||||||
|
#include "collection/Collection.h"
|
||||||
#include "network/DBSyncConnectionState.h"
|
#include "network/DBSyncConnectionState.h"
|
||||||
#include "utils/TomahawkUtils.h"
|
#include "utils/TomahawkUtils.h"
|
||||||
|
|
||||||
#include "DllMacro.h"
|
#include "DllMacro.h"
|
||||||
|
#include "Typedefs.h"
|
||||||
// Forward Declarations breaking QSharedPointer
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 )
|
|
||||||
#include "collection/Collection.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
class ControlConnection;
|
class ControlConnection;
|
||||||
class DBSyncConnection;
|
class DBSyncConnection;
|
||||||
|
Reference in New Issue
Block a user