diff options
Diffstat (limited to 'logic/win32-shortcuts.h')
-rw-r--r-- | logic/win32-shortcuts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/win32-shortcuts.h b/logic/win32-shortcuts.h index 437d251a..af90472f 100644 --- a/logic/win32-shortcuts.h +++ b/logic/win32-shortcuts.h @@ -13,7 +13,7 @@ struct OTR_LOGIC_EXPORT win_key //win_key(int win, Qt::Key qt) : win(win), qt(qt) {} int win; Qt::Key qt; - static bool from_qt(QKeySequence qt_, int& dik, Qt::KeyboardModifiers &mods); + static bool from_qt(const QKeySequence& qt_, int& dik, Qt::KeyboardModifiers &mods); static bool to_qt(const Key& k, QKeySequence& qt_, Qt::KeyboardModifiers &mods); }; |