diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 04:33:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 06:45:52 +0100 |
commit | 2b1c5593b0bc1ebfcd2e808f128e4b0312f59d93 (patch) | |
tree | e7e8f5d8d3af88a6df37cbd482edcbd3ff8def26 /gui/keyboard.cpp | |
parent | 3583e3d3cd0b6ca2515ada16ca7dcc8cce83031f (diff) |
gui, variant/default: move default UI
Diffstat (limited to 'gui/keyboard.cpp')
-rw-r--r-- | gui/keyboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/keyboard.cpp b/gui/keyboard.cpp index e24d4644..4987d9c0 100644 --- a/gui/keyboard.cpp +++ b/gui/keyboard.cpp @@ -5,7 +5,7 @@ keyboard_listener::keyboard_listener(QWidget* parent) : QDialog(parent) #if defined _WIN32 - , token([&](const Key& k) { + , token([this](const Key& k) { if(k.guid != "") { int mods = 0; |