DiffEditor: Make DiffEditorGuiController internal

Change-Id: I657085535b7f141c97bc3d054e9edfd236209981
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-30 14:46:20 +01:00
parent 956abd2803
commit 2a01738ffb
7 changed files with 20 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ static const char horizontalScrollBarSynchronizationKeyC[] =
"HorizontalScrollBarSynchronization";
namespace DiffEditor {
namespace Internal {
DiffEditorGuiController::DiffEditorGuiController(
DiffEditorController *controller,
@@ -138,4 +139,5 @@ void DiffEditorGuiController::setCurrentDiffFileIndex(int diffFileIndex)
emit currentDiffFileIndexChanged(newIndex);
}
} // namespace Internal
} // namespace DiffEditor