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