Git: Minor cleanup in ChangeSelectionDialog

Change-Id: Icca80b6588be7a4f1fe5601cae89df19f65e2a5d
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2019-06-10 21:25:23 +03:00
committed by Orgad Shaneh
parent 578cdf7c5a
commit d0b4b190a6
2 changed files with 9 additions and 37 deletions

View File

@@ -69,11 +69,7 @@ private:
void recalculateCompletion();
void recalculateDetails();
void changeTextChanged(const QString &text);
void acceptArchive();
void acceptCheckout();
void acceptCherryPick();
void acceptRevert();
void acceptShow();
void accept(ChangeCommand command);
void enableButtons(bool b);
void terminateProcess();