DiffEditor: Make UnifiedDiffEditorWidget internal

Change-Id: I4c65190be212ed43cd0150d6f33a944e8accd73d
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-30 14:51:44 +01:00
parent 2a01738ffb
commit a96a62c941
3 changed files with 8 additions and 7 deletions

View File

@@ -69,8 +69,7 @@ using namespace Core;
using namespace TextEditor;
namespace DiffEditor {
using namespace Internal;
namespace Internal {
UnifiedDiffEditorWidget::UnifiedDiffEditorWidget(QWidget *parent)
: SelectableTextEditorWidget("DiffEditor.UnifiedDiffEditor", parent)
@@ -809,4 +808,5 @@ void UnifiedDiffEditorWidget::setCurrentDiffFileIndex(int diffFileIndex)
m_ignoreCurrentIndexChange = oldIgnore;
}
} // namespace Internal
} // namespace DiffEditor