From 4da06735dcc7d9c93bd0ec3c71cde16227dfce09 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 23 Aug 2013 13:41:17 +0200 Subject: Python: Do not export symbols Nothing depends on this plugin, so these exports are not needed. Change-Id: I7a6c1c6fd1dd355c904d2dcb6d3f0522cf30adcd Reviewed-by: hjk --- src/plugins/pythoneditor/wizard/pythonclasswizard.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/pythoneditor/wizard/pythonclasswizard.cpp') diff --git a/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp b/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp index 262d178efc..34297f1743 100644 --- a/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp +++ b/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp @@ -43,6 +43,7 @@ using namespace ProjectExplorer; namespace PythonEditor { +namespace Internal { static Core::BaseFileWizardParameters getDefaultParams() { @@ -120,4 +121,5 @@ Kit *ClassWizard::kitForWizard(const ClassWizardDialog *wizard) const return KitManager::defaultKit(); } +} // namespace Internal } // namespace PythonEditor -- cgit v1.2.1