VCS: Un-static testDiffFileResolving

Change-Id: I43c40585e5ac50369422d78f74240d7249be95ae
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-01-28 20:50:05 +02:00
committed by Orgad Shaneh
parent ce4ead4001
commit ea33bed564
8 changed files with 10 additions and 10 deletions

View File

@@ -1312,7 +1312,7 @@ void GitPlugin::testDiffFileResolving_data()
void GitPlugin::testDiffFileResolving()
{
GitEditor editor(editorParameters + 3, 0);
VcsBase::VcsBaseEditorWidget::testDiffFileResolving(&editor);
editor.testDiffFileResolving();
}
#endif