#include <QObject>
#include <QSharedPointer>
#include <QDebug>
#include <opencv2/core.hpp>
Go to the source code of this file.
|
| #define | DllCoreExport Q_DECL_IMPORT |
| |
| #define | mDebug qDebug().noquote() << debugName() |
| |
| #define | mInfo qInfo().noquote() << debugName() |
| |
| #define | mWarning qWarning().noquote() << debugName() |
| |
| #define | mCritical qCritical().noquote() << debugName() |
| |
| #define DllCoreExport Q_DECL_IMPORT |
| #define mCritical qCritical().noquote() << debugName() |
| #define mDebug qDebug().noquote() << debugName() |
| #define mInfo qInfo().noquote() << debugName() |
| #define mWarning qWarning().noquote() << debugName() |