diff options
Diffstat (limited to 'src/plugins/vcsbase/vcscommand.h')
-rw-r--r-- | src/plugins/vcsbase/vcscommand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/vcsbase/vcscommand.h b/src/plugins/vcsbase/vcscommand.h index bb60d63b70..0cd6ea36ea 100644 --- a/src/plugins/vcsbase/vcscommand.h +++ b/src/plugins/vcsbase/vcscommand.h @@ -45,7 +45,6 @@ private: QFutureInterface<void> *m_future; QMutex *m_futureMutex = nullptr; - friend class VcsCommand; friend class Internal::VcsCommandPrivate; }; @@ -134,14 +133,12 @@ signals: void runCommandFinished(const Utils::FilePath &workingDirectory); private: - void run(QFutureInterface<void> &future); // This is called once per job in a thread. // When called from the UI thread it will execute fully synchronously, so no signals will // be triggered! CommandResult runCommand(const Utils::CommandLine &command, int timeoutS, const Utils::FilePath &workingDirectory, const Utils::ExitCodeInterpreter &interpreter); - void addTask(const QFuture<void> &future); void postRunCommand(const Utils::FilePath &workingDirectory); // Run without a event loop in fully blocking mode. No signals will be delivered. |