| Current Path : /usr/X11/include/kdevplatform/ |
| Current File : //usr/X11/include/kdevplatform/config-kdevplatform.h |
// Provide wrapper for noexcept: Q_DECL_NOEXCEPT (also part of Qt5's qglobal.h) // TODO: Just use QtCore/qglobal.h when porting to KF5 #include <QtCore/qglobal.h> #ifndef Q_DECL_NOEXCEPT #ifdef Q_OS_WIN #define Q_DECL_NOEXCEPT #else #define Q_DECL_NOEXCEPT noexcept #endif #endif