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:
parent
b7d857d4e5
commit
1449037e88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user