summaryrefslogtreecommitdiffstats
path: root/src/input/mouseeventfilter.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-08-30 16:39:18 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-13 07:15:11 +0000
commit0269afd106da5d4d999585b3bdb1332a2c01af12 (patch)
tree693efc7490d3b2fc65f6d0ca7186e65e7b481521 /src/input/mouseeventfilter.cpp
parent4888c951fca43515aa49919a5405baa16f1cff3d (diff)
Move Input aspect to Qt3DInput namespace
Also update examples accordingly. Change-Id: I8d19c3165899e4b7b791deb33098af4fb439f44a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/input/mouseeventfilter.cpp')
-rw-r--r--src/input/mouseeventfilter.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/input/mouseeventfilter.cpp b/src/input/mouseeventfilter.cpp
index ab0519623..076ecd8ce 100644
--- a/src/input/mouseeventfilter.cpp
+++ b/src/input/mouseeventfilter.cpp
@@ -41,8 +41,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
-
+namespace Qt3DInput {
namespace Input {
// The MouseEventFilter must be in the same thread as the view it will be monitoring
@@ -75,8 +74,7 @@ bool MouseEventFilter::eventFilter(QObject *obj, QEvent *e)
return QObject::eventFilter(obj, e);
}
-} // Input
-
-} // Qt3D
+} // namespace Input
+} // namespace Qt3DInput
QT_END_NAMESPACE