diff options
Diffstat (limited to 'src/plugins/vcsbase/vcscommand.h')
-rw-r--r-- | src/plugins/vcsbase/vcscommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/vcsbase/vcscommand.h b/src/plugins/vcsbase/vcscommand.h index 62711395445..0556f255114 100644 --- a/src/plugins/vcsbase/vcscommand.h +++ b/src/plugins/vcsbase/vcscommand.h @@ -65,6 +65,7 @@ class VCSBASE_EXPORT VcsCommand final : public QObject Q_OBJECT public: + // TODO: For master, make c'tor private and make it a friend to VcsBaseClientImpl. VcsCommand(const Utils::FilePath &workingDirectory, const Utils::Environment &environment); ~VcsCommand() override; |