aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/extpropertiesmview.h
diff options
context:
space:
mode:
authorJochen Becher <jochen_becher@gmx.de>2016-03-09 07:45:50 +0100
committerJochen Becher <jochen_becher@gmx.de>2016-03-09 20:40:54 +0000
commitbcc1786fa29281cfd1d42d9f63ddfc2771aa8ea0 (patch)
treeb3d04b624f193acef858e97f4ad447f7b535d5d1 /src/plugins/modeleditor/extpropertiesmview.h
parentf09f39f7e24047870299ac7a18e2e8bd2f1969d4 (diff)
ModelEditor: Add missing namespace for class declaration
Change-Id: I4a10f540042e2730c75559dfd185682d998fe714 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/modeleditor/extpropertiesmview.h')
-rw-r--r--src/plugins/modeleditor/extpropertiesmview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/modeleditor/extpropertiesmview.h b/src/plugins/modeleditor/extpropertiesmview.h
index 61fc732377c..1ad45aff819 100644
--- a/src/plugins/modeleditor/extpropertiesmview.h
+++ b/src/plugins/modeleditor/extpropertiesmview.h
@@ -31,6 +31,9 @@
namespace qmt { class ProjectController; }
namespace Utils { class PathChooser; }
+namespace ModelEditor {
+namespace Internal {
+
class ExtPropertiesMView : public qmt::PropertiesView::MView
{
Q_OBJECT
@@ -52,4 +55,7 @@ private:
QLabel *m_configPathInfo = 0;
};
+} // namespace Interal
+} // namespace ModelEditor
+
#endif // EXTPROPERTIESMVIEW_H