From 34b1e17b6e8acfd257569c283dd9745a2bcbc1ea Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 21 Jun 2019 17:06:41 +0200 Subject: compat/process-list: sprinkle QStringLiteral --- compat/process-list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/process-list.hpp b/compat/process-list.hpp index 10613791..5e175210 100644 --- a/compat/process-list.hpp +++ b/compat/process-list.hpp @@ -103,7 +103,7 @@ static QStringList get_all_executable_names() if (idx != -1) { QString tmp = cmdline[0].mid(idx+1); - if (cmdline.size() > 1 && (tmp == "wine.bin" || tmp == "wine")) + if (cmdline.size() > 1 && (tmp == QStringLiteral("wine.bin") || tmp == QStringLiteral("wine"))) { idx = cmdline[1].lastIndexOf('/'); if (idx == -1) -- cgit v1.2.3