mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Include not used with Qt5
This commit is contained in:
parent
93bec146da
commit
a47c7bb99e
@ -52,8 +52,11 @@
|
||||
#include <QDBusConnection>
|
||||
#include <QDBusPendingCallWatcher>
|
||||
#include <QImage>
|
||||
// QTextDocument provides Qt::escape()
|
||||
#include <QTextDocument>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 )
|
||||
// QTextDocument provides Qt::escape()
|
||||
#include <QTextDocument>
|
||||
#endif
|
||||
|
||||
namespace Tomahawk
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user