From 3281951ccc9b607ffaf41d8425b3e3cce3936fd1 Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Sun, 20 Oct 2019 18:46:16 +0100 Subject: Fix Coverity warnings Change-Id: I00c875b48d838170fddf0b92f0ac5592828c6f0f Reviewed-by: Paul Lemire --- src/input/backend/keyboardeventfilter.cpp | 1 + src/input/backend/mouseeventfilter.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/input') 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) { } 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) { } -- cgit v1.2.3