diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/process_detector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/process_detector.cpp b/gui/process_detector.cpp index ef65ca9a..67b05c7c 100644 --- a/gui/process_detector.cpp +++ b/gui/process_detector.cpp @@ -20,8 +20,8 @@ #include <QSettings> #include <QtEvents> -static constexpr inline auto RECORD_SEPARATOR = QChar(char(0x1e)); // RS ^] -static constexpr inline auto UNIT_SEPARATOR = QChar(char(0x1f)); // US ^_ +static constexpr auto RECORD_SEPARATOR = QChar(char(0x1e)); // RS ^] +static constexpr auto UNIT_SEPARATOR = QChar(char(0x1f)); // US ^_ using namespace options; using namespace options::globals; |