summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmltabledata.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-03-29 14:41:27 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-03-30 11:56:26 +0000
commite59c66bed0fece56292c81d30bb199a4a2b1989d (patch)
tree894d49f1f2d2a38b9fbc3947ac4e9852759c2ec5 /src/scxml/qscxmltabledata.cpp
parent69b11f636f61a2a51333fe1ef69d5fcdf7ff0b9e (diff)
Unify Qt namespace declarations
Use QT_{BEGIN|END}_NAMESPACE instead of QT_USE_NAMESPACE as that puts any additional symbols into the Qt namespace rather than polluting the outer namespace. Also, add declarations where they were missing. Change-Id: I29a308ca62497ee613feca7355aa819be4fb6f51 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'src/scxml/qscxmltabledata.cpp')
-rw-r--r--src/scxml/qscxmltabledata.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scxml/qscxmltabledata.cpp b/src/scxml/qscxmltabledata.cpp
index 18efe80..75469f9 100644
--- a/src/scxml/qscxmltabledata.cpp
+++ b/src/scxml/qscxmltabledata.cpp
@@ -39,7 +39,9 @@
#include "qscxmltabledata.h"
-QT_USE_NAMESPACE
+QT_BEGIN_NAMESPACE
QScxmlTableData::~QScxmlTableData()
{}
+
+QT_END_NAMESPACE