forked from qt-creator/qt-creator
VcsCommand: Remove m_preventRepositoryChanged field
Disconnect the appropriate connection instead. Change-Id: Ie5cd8b3bcbab526aa770c493a465c9cdb07437f6 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -40,8 +40,6 @@ private:
|
||||
void addTask(const QFuture<void> &future);
|
||||
void postRunCommand(const Utils::FilePath &workDirectory);
|
||||
|
||||
bool m_preventRepositoryChanged;
|
||||
|
||||
friend class VcsBaseClientImpl;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user