GitPlugin: Avoid using sender()

Change-Id: Ie711630dd4b92bdc69990f421f69b578bc0fe9dc
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2022-07-21 22:37:49 +02:00
parent 82e25998a7
commit f794bb0acf
3 changed files with 37 additions and 76 deletions

View File

@@ -298,7 +298,7 @@ public:
void subversionDeltaCommit(const Utils::FilePath &workingDirectory) const;
void stashPop(const Utils::FilePath &workingDirectory, const QString &stash = {});
void revert(const QStringList &files, bool revertStaging);
void revertFiles(const QStringList &files, bool revertStaging);
bool synchronousStashList(const Utils::FilePath &workingDirectory, QList<Stash> *stashes,
QString *errorMessage = nullptr) const;
// Resolve a stash name from message (for IVersionControl's names).