Git: Un-slot private slots

Change-Id: If88d7e1b501daf6f0dfc696cb20e5f1eb4aa83fe
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-02-03 20:46:26 +02:00
committed by Orgad Shaneh
parent 74849134f4
commit 1b9b1541d3
10 changed files with 14 additions and 23 deletions

View File

@@ -46,14 +46,13 @@ public:
void setPlainText(const QString &text) override;
private slots:
private:
void checkoutChange();
void cherryPickChange();
void revertChange();
void logChange();
void applyDiffChunk(const VcsBase::DiffChunk& chunk, bool revert);
private:
void init() override;
void resetChange(const QByteArray &resetType);
void addDiffActions(QMenu *menu, const VcsBase::DiffChunk &chunk) override;