forked from qt-creator/qt-creator
IVersionControl: Fix typo in function parameter
Change-Id: Ic9d8c2edd70c8c6d9c370e1aa541757d6cd4d53c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -153,7 +153,7 @@ public:
|
|||||||
/*!
|
/*!
|
||||||
* Called to get the version control repository root.
|
* Called to get the version control repository root.
|
||||||
*/
|
*/
|
||||||
virtual QString vcsGetRepositoryURL(const QString &director) = 0;
|
virtual QString vcsGetRepositoryURL(const QString &directory) = 0;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Topic (e.g. name of the current branch)
|
* Topic (e.g. name of the current branch)
|
||||||
|
|||||||
Reference in New Issue
Block a user