From ba46d4526a6cb17242bc82ddaf88fca112f28742 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 17 Jan 2018 02:16:02 +0100 Subject: compat: get rid of string literal operator --- migration/20180102_00-process-detector-separator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migration/20180102_00-process-detector-separator.cpp') 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 { -- cgit v1.2.3