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