diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-22 12:54:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-26 23:01:53 +0200 |
commit | f50ac3549d6a7f1199fa012e4b03f581bc8d305b (patch) | |
tree | 50ff044f1c618119c88544709808f533ed02225e /gui/process_detector.cpp | |
parent | d61eb905ae3fa161d50821d01ee47915713e89c2 (diff) |
core, modules: modernize syntax only
Use more C++17 features where this helps any.
Diffstat (limited to 'gui/process_detector.cpp')
-rw-r--r-- | gui/process_detector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/process_detector.cpp b/gui/process_detector.cpp index b29df7fb..7563d521 100644 --- a/gui/process_detector.cpp +++ b/gui/process_detector.cpp @@ -18,6 +18,7 @@ #include <QHash> #include <QPushButton> #include <QSettings> +#include <QtEvents> static constexpr inline auto RECORD_SEPARATOR = QChar(char(0x1e)); // RS ^] static constexpr inline auto UNIT_SEPARATOR = QChar(char(0x1f)); // US ^_ |