forked from qt-creator/qt-creator
Core: Use FilePaths in IVersionControl::additionalToolsPath()
Change-Id: I3c7d03b8695152f0830e809ce7a0709f48d8178b Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
* Return a list of paths where tools that came with the VCS may be installed.
|
||||
* This is helpful on windows where e.g. git comes with a lot of nice unix tools.
|
||||
*/
|
||||
static QStringList additionalToolsPath();
|
||||
static Utils::FilePaths additionalToolsPath();
|
||||
|
||||
static void clearVersionControlCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user