1
0
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:
Uwe L. Korn
2013-07-23 17:04:14 +02:00
parent 1769c03d98
commit 296bbf93eb

View File

@@ -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;