1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Fixed building with Qt 4.7

This commit is contained in:
nowrep 2013-05-10 13:12:02 +02:00
parent b7d857d4e5
commit 1449037e88

View File

@ -24,6 +24,14 @@
#define QT_QUPZILLA_EXPORT Q_DECL_IMPORT
#endif
#ifndef Q_UNLIKELY
#define Q_UNLIKELY(x) x
#endif
#ifndef Q_LIKELY
#define Q_LIKELY(x) x
#endif
#include <QFlags>
namespace Qz