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 --- logic/shortcuts.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'logic') diff --git a/logic/shortcuts.cpp b/logic/shortcuts.cpp index be9ae87b..5ddefc1f 100644 --- a/logic/shortcuts.cpp +++ b/logic/shortcuts.cpp @@ -8,7 +8,6 @@ #include "shortcuts.h" #include "win32-shortcuts.h" -#include "compat/string-literal-operator.hpp" #include @@ -73,7 +72,7 @@ void Shortcuts::bind_shortcut(K &key, const key_opts& k, bool held) if (code != Qt::Key_unknown) win_key::from_qt(code, idx, mods); - key.guid = ""_qstr; + key.guid = ""; key.keycode = idx; key.held = held; key.ctrl = !!(mods & Qt::ControlModifier); -- cgit v1.2.3