summaryrefslogtreecommitdiffstats
path: root/src/input/backend/keyboardeventfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/backend/keyboardeventfilter.cpp')
-rw-r--r--src/input/backend/keyboardeventfilter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/backend/keyboardeventfilter.cpp b/src/input/backend/keyboardeventfilter.cpp
index bd3bac5a7..e4f47f08e 100644
--- a/src/input/backend/keyboardeventfilter.cpp
+++ b/src/input/backend/keyboardeventfilter.cpp
@@ -53,6 +53,7 @@ namespace Input {
KeyboardEventFilter::KeyboardEventFilter(QObject *parent)
: QObject(parent)
+ , m_inputHandler(nullptr)
{
}