summaryrefslogtreecommitdiff
path: root/src/utils/TimeProvider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/TimeProvider.cpp')
-rw-r--r--src/utils/TimeProvider.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/TimeProvider.cpp b/src/utils/TimeProvider.cpp
new file mode 100644
index 0000000..db24c5e
--- /dev/null
+++ b/src/utils/TimeProvider.cpp
@@ -0,0 +1,6 @@
+#include "TimeProvider.h"
+
+QDateTime TimeProvider::get()
+{
+ return QDateTime::currentDateTime();
+}