mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 19:12:11 +01:00
Fixed building with Qt 4.7
This commit is contained in:
parent
b7d857d4e5
commit
1449037e88
|
@ -24,6 +24,14 @@
|
||||||
#define QT_QUPZILLA_EXPORT Q_DECL_IMPORT
|
#define QT_QUPZILLA_EXPORT Q_DECL_IMPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef Q_UNLIKELY
|
||||||
|
#define Q_UNLIKELY(x) x
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef Q_LIKELY
|
||||||
|
#define Q_LIKELY(x) x
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <QFlags>
|
#include <QFlags>
|
||||||
|
|
||||||
namespace Qz
|
namespace Qz
|
||||||
|
|
Loading…
Reference in New Issue
Block a user