summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditorcontroller.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-28 13:45:02 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-28 13:35:05 +0000
commitbdae49c474b9a597a6437afcc0a6d1dbe0ae4df3 (patch)
tree56c15926cac40757fb47f2134725527dbcd83a3c /src/plugins/diffeditor/diffeditorcontroller.cpp
parentd527b11daa73972ca8e0269813d4d5c2482e086c (diff)
downloadqt-creator-bdae49c474b9a597a6437afcc0a6d1dbe0ae4df3.tar.gz
DiffEditor: Use Qt5 style connects
Change-Id: I051b2128620bf0317b359852007463c6601ceaca Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditorcontroller.cpp')
-rw-r--r--src/plugins/diffeditor/diffeditorcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/diffeditor/diffeditorcontroller.cpp b/src/plugins/diffeditor/diffeditorcontroller.cpp
index 0e6ce2cd58..5ff1f9e8c8 100644
--- a/src/plugins/diffeditor/diffeditorcontroller.cpp
+++ b/src/plugins/diffeditor/diffeditorcontroller.cpp
@@ -246,7 +246,7 @@ void DiffEditorController::branchesForCommitReceived(const QString &output)
void DiffEditorController::expandBranchesRequested()
{
- emit expandBranchesRequested(m_description.mid(7, 8));
+ emit requestBranchList(m_description.mid(7, 8));
}
QString DiffEditorController::prepareBranchesForCommit(const QString &output)