Your IP : 216.73.216.48


Current Path : /usr/X11/include/kdevplatform/
Upload File :
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