mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
update test_macros.h
This commit is contained in:
parent
90e98ccfda
commit
6acbe28566
@ -37,6 +37,9 @@ To turn off the the test macros.
|
|||||||
#ifdef TEST_MACROS_ENABLED
|
#ifdef TEST_MACROS_ENABLED
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
|
#include <QDebug>
|
||||||
|
#include <QDateTime>
|
||||||
|
#include "SleepLib/schema.h"
|
||||||
|
|
||||||
#define DEBUGI qInfo().noquote() << "INFO;"
|
#define DEBUGI qInfo().noquote() << "INFO;"
|
||||||
#define DEBUGD qInfo().noquote() << "DEBUG;"
|
#define DEBUGD qInfo().noquote() << "DEBUG;"
|
||||||
|
Loading…
Reference in New Issue
Block a user