From 2ea648f08a4b935002d20abfafebf81f7b44a1ee Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Tue, 8 Dec 2015 17:18:38 +0000 Subject: Rename Q3D*Event to Q*Event and handle namespace Q3DMouseEvent, Q3DWheelEvent, Q3DKeyEvent Also removed unused variables and fixed some formatting Change-Id: Ie4c531f2084875fe4d8b6ac9bafd2b3c085dead4 Reviewed-by: Paul Lemire --- src/input/frontend/qaction.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/input/frontend/qaction.cpp') diff --git a/src/input/frontend/qaction.cpp b/src/input/frontend/qaction.cpp index dcb26e8c5..e41917542 100644 --- a/src/input/frontend/qaction.cpp +++ b/src/input/frontend/qaction.cpp @@ -110,7 +110,8 @@ void QAction::removeInput(QActionInput *input) } d->m_inputs.removeOne(input); - }} + } +} QVector QAction::inputs() const { -- cgit v1.2.3