This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Description
what is this?? QT_CONFIG(future)
#if !defined(QT_NO_EXCEPTIONS) && QT_CONFIG(future)
#include <QtCore/QException>
#define Q_EXCEPTION_BASE_CLASS QException
#define Q_EXCEPTION_BASE_OR override
#else
#include
#define Q_EXCEPTION_BASE_CLASS std::exception
#define Q_EXCEPTION_BASE_OR
#endif
#define QT_CONFIG(feature) (1/QT_FEATURE_##feature == 1)