aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-11-23 15:15:01 +0000
committerhjk <qthjk@ovi.com>2011-11-24 10:49:41 +0100
commit0ce9fa2c16073f85ed17890088f6e40f523ce928 (patch)
treeb9baa3db68e42a3edb545b20fd003bbc49a321ba /src/plugins/debugger/debuggerdialogs.h
parent88fd98fbc4dc15afa4f42f84045dcdff38b9b301 (diff)
UI files: Do not polute the global Ui namespace
Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.h')
-rw-r--r--src/plugins/debugger/debuggerdialogs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index a484143d33..c8c726779a 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -45,6 +45,8 @@ class QPushButton;
class QLineEdit;
class QDialogButtonBox;
+namespace Debugger {
+namespace Internal {
namespace Ui {
class AttachCoreDialog;
class AttachExternalDialog;
@@ -53,6 +55,8 @@ class StartRemoteDialog;
class AttachToQmlPortDialog;
class StartRemoteEngineDialog;
} // namespace Ui
+} // namespace Internal
+} // namespace Debugger
QT_END_NAMESPACE