VcsCommand: Extract some methods for further usage

Change-Id: I385a02d773527a73bbd7fff0a40a40db476a70b8
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2022-09-01 17:35:36 +02:00
parent 4e74e2aa03
commit 6f50040e13
2 changed files with 77 additions and 57 deletions

View File

@@ -46,6 +46,7 @@ private:
QFutureInterface<void> *m_future;
QMutex *m_futureMutex = nullptr;
friend class VcsCommand;
friend class Internal::VcsCommandPrivate;
};
class VCSBASE_EXPORT CommandResult