aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-06-24 22:10:32 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-06-24 22:18:44 +0200
commit66972f70880021f1cc8f9091e09f58b04757dbf8 (patch)
treebd6cbb8c1f42108151896f5d9bd535035b5a298a /src/main.cpp
parent2569aaa4ca068a7c2e885cc53d1eb05bf814190c (diff)
downloadRWA.Support.DesktopApp-66972f70880021f1cc8f9091e09f58b04757dbf8.tar.gz
RWA.Support.DesktopApp-66972f70880021f1cc8f9091e09f58b04757dbf8.tar.bz2
RWA.Support.DesktopApp-66972f70880021f1cc8f9091e09f58b04757dbf8.zip
Complete new more responsive layout; introducing session_id
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3d88c0c..381bc9c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,7 +39,11 @@
#include "RWADBusAdaptor.cpp"
#include "session.h"
+#define BUILD_TIME __DATE__ " " __TIME__
+
int main(int argc, char *argv[]) {
+ qDebug() << "This app was built on: " << BUILD_TIME;
+
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);