aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorcontroller.h
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.h
parentd527b11daa73972ca8e0269813d4d5c2482e086c (diff)
DiffEditor: Use Qt5 style connects
Change-Id: I051b2128620bf0317b359852007463c6601ceaca Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditorcontroller.h')
-rw-r--r--src/plugins/diffeditor/diffeditorcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/diffeditor/diffeditorcontroller.h b/src/plugins/diffeditor/diffeditorcontroller.h
index d7245a3a3c..347ab3835e 100644
--- a/src/plugins/diffeditor/diffeditorcontroller.h
+++ b/src/plugins/diffeditor/diffeditorcontroller.h
@@ -94,7 +94,7 @@ signals:
void chunkActionsRequested(QMenu *menu, bool isValid);
void saveStateRequested();
void restoreStateRequested();
- void expandBranchesRequested(const QString &revision);
+ void requestBranchList(const QString &revision);
void reloaderChanged();
private: