diff options
Diffstat (limited to 'migration')
-rw-r--r-- | migration/20180102_00-process-detector-separator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/20180102_00-process-detector-separator.cpp b/migration/20180102_00-process-detector-separator.cpp index c1864adf..ddb01cb4 100644 --- a/migration/20180102_00-process-detector-separator.cpp +++ b/migration/20180102_00-process-detector-separator.cpp @@ -10,7 +10,7 @@ static constexpr auto OLD_UNIT_SEPARATOR = QChar(':'); static constexpr auto NEW_RECORD_SEPARATOR = QChar(0x1e); static constexpr auto NEW_UNIT_SEPARATOR = QChar(0x1f); -static constexpr QLatin1String KEY_NAME = "executable-list"_qstr; +static const QString KEY_NAME = "executable-list"; struct process_detector_record_separator : migration { |