diff options
| author | TrickyLeifa <date.epoch@gmail.com> | 2024-05-17 23:54:41 +0200 |
|---|---|---|
| committer | TrickyLeifa <date.epoch@gmail.com> | 2024-05-18 00:48:55 +0200 |
| commit | 657145035cd66c18ae777e1272fd5221dddca0ef (patch) | |
| tree | f9b86a917a2e422c8f93b05f06ebd112f1c700cb /src/datatypes.h | |
| parent | 0500a5426013e97b80cae1de0b19a117cc1bbaa7 (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/datatypes.h')
| -rw-r--r-- | src/datatypes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/datatypes.h b/src/datatypes.h index ab92c2e5..9463a471 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -3,12 +3,6 @@ #include <QMap> #include <QString> -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) -using AOSplitBehaviorFlags = QString::SplitBehaviorFlags; -#else -using AOSplitBehaviorFlags = Qt::SplitBehaviorFlags; -#endif - enum ServerConnectionType { TcpServerConnection, |
