DiffEditor: Make DiffEditor internal

Change-Id: Ife1d3d1efa2b89e3eccadec26d7c22cf86620911
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-30 14:59:41 +01:00
parent 233da494b2
commit f10fd0ef5e
3 changed files with 9 additions and 15 deletions

View File

@@ -70,7 +70,6 @@ static const char useDiffEditorKeyC[] = "UseDiffEditor";
using namespace TextEditor;
namespace DiffEditor {
namespace Internal {
class DescriptionEditorWidget : public TextEditorWidget
@@ -199,10 +198,6 @@ void DescriptionEditorWidget::handleCurrentContents()
emit requestBranchList();
}
} // namespace Internal
using namespace Internal;
///////////////////////////////// DiffEditor //////////////////////////////////
DiffEditor::DiffEditor(const QSharedPointer<DiffEditorDocument> &doc)
@@ -619,6 +614,7 @@ void DiffEditor::writeCurrentDiffEditorSetting(QWidget *currentEditor)
s->endGroup();
}
} // namespace Internal
} // namespace DiffEditor
#include "diffeditor.moc"