DiffEditor: Make SideBySideDiffEditorWidget internal

Change-Id: I794282d23dc13525fbc9ad327cfa8dce2c28fbca
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-30 14:55:56 +01:00
parent a96a62c941
commit 1cc01fa18d
3 changed files with 12 additions and 10 deletions

View File

@@ -71,8 +71,7 @@ using namespace TextEditor;
using namespace Utils;
namespace DiffEditor {
using namespace Internal;
namespace Internal {
////////////////////////
/*
@@ -1582,6 +1581,7 @@ void SideBySideDiffEditorWidget::synchronizeFoldings(SideDiffEditorWidget *sourc
}
#endif
} // namespace Internal
} // namespace DiffEditor
#include "sidebysidediffeditorwidget.moc"