aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.h
diff options
context:
space:
mode:
authorTrickyLeifa <date.epoch@gmail.com>2024-05-17 23:54:41 +0200
committerTrickyLeifa <date.epoch@gmail.com>2024-05-18 00:48:55 +0200
commit657145035cd66c18ae777e1272fd5221dddca0ef (patch)
treef9b86a917a2e422c8f93b05f06ebd112f1c700cb /src/courtroom.h
parent0500a5426013e97b80cae1de0b19a117cc1bbaa7 (diff)
Reimplemented unit tests, ...
* Reimplemented unit tests and simplified addition of new tests * Minimal support of Qt is now 5.15
Diffstat (limited to 'src/courtroom.h')
-rw-r--r--src/courtroom.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/courtroom.h b/src/courtroom.h
index a42adca7..0f49839c 100644
--- a/src/courtroom.h
+++ b/src/courtroom.h
@@ -45,6 +45,7 @@
#include <QBrush>
#include <QDebug>
#include <QDesktopServices>
+#include <QElapsedTimer>
#include <QFileDialog>
#include <QFont>
#include <QInputDialog>
@@ -52,10 +53,7 @@
#include <QMessageBox>
#include <QParallelAnimationGroup>
#include <QPropertyAnimation>
-#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
-#include <QRandomGenerator> //added in Qt 5.10
-#endif
-#include <QElapsedTimer>
+#include <QRandomGenerator>
#include <QRegularExpression>
#include <QScrollBar>
#include <QTextBoundaryFinder>