mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
DEBUG: compressed datetime display macro
This commit is contained in:
parent
1a1385e74b
commit
730b166213
@ -72,7 +72,7 @@ To turn off the the test macros.
|
|||||||
//display the date of an epoch time stamp "qint64"
|
//display the date of an epoch time stamp "qint64"
|
||||||
#define DATE( EPOCH ) << QDateTime::fromMSecsSinceEpoch( EPOCH ).toString("dd MMM yyyy")
|
#define DATE( EPOCH ) << QDateTime::fromMSecsSinceEpoch( EPOCH ).toString("dd MMM yyyy")
|
||||||
//display the date and Time of an epoch time stamp "qint64"
|
//display the date and Time of an epoch time stamp "qint64"
|
||||||
#define DATETIME( EPOCH ) << QDateTime::fromMSecsSinceEpoch( EPOCH ).toString("dd MMM yyyy hh:mm:ss.zzz")
|
#define DATETIME( EPOCH ) << QDateTime::fromMSecsSinceEpoch( EPOCH ).toString("ddMMMyyyy hh:mm:ss.zzz")
|
||||||
#define IF( EXPRESSION ) if (EXPRESSION )
|
#define IF( EXPRESSION ) if (EXPRESSION )
|
||||||
#define IFD( EXPA , EXPB ) bool EXPA = EXPB
|
#define IFD( EXPA , EXPB ) bool EXPA = EXPB
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user