summaryrefslogtreecommitdiff
path: root/src/libs/utils/uncommentselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/uncommentselection.h')
-rw-r--r--src/libs/utils/uncommentselection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/utils/uncommentselection.h b/src/libs/utils/uncommentselection.h
index aff5a9eedf..4d7bb7a1cd 100644
--- a/src/libs/utils/uncommentselection.h
+++ b/src/libs/utils/uncommentselection.h
@@ -36,12 +36,10 @@ QT_BEGIN_NAMESPACE
class QPlainTextEdit;
QT_END_NAMESPACE
-namespace Core {
namespace Utils {
QTCREATOR_UTILS_EXPORT void unCommentSelection(QPlainTextEdit *edit);
} // end of namespace Utils
-} // end of namespace Core
#endif // UNCOMMENTSELECTION_H