From e1d6232217120be879bb639681f61e46e2d48580 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2018 14:36:07 +0100 Subject: cmake, gui, main: make user interface reusable The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class. --- gui/keyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/keyboard.cpp') diff --git a/gui/keyboard.cpp b/gui/keyboard.cpp index 79c8fb29..3d956970 100644 --- a/gui/keyboard.cpp +++ b/gui/keyboard.cpp @@ -2,7 +2,7 @@ #include -KeyboardListener::KeyboardListener(QWidget* parent) : +keyboard_listener::keyboard_listener(QWidget* parent) : QDialog(parent) #if defined _WIN32 , token([&](const Key& k) { -- cgit v1.2.3