1
0
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:
Uwe L. Korn 2014-07-14 19:55:34 +01:00
parent 93bec146da
commit a47c7bb99e

View File

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