#ifndef UTILS_H #define UTILS_H #include #include #include #include #include #include #include #include #include #include "settings.h" #include "GlobalTimer.h" QString getTimestampStr(); QString getNamePrefix(); void initBanner(); void exitBanner(); extern QString gBinaryPath; extern QString gCurrentSubjectName; extern QString gFileIndexStr; extern GlobalTimer gTimer; // Only valid after first frame has been received! void logMessages(QtMsgType type, const QMessageLogContext &context, const QString &msg); #endif // UTILS_H