forked from qt-creator/qt-creator
VcsManager: Use more FilePath
Change-Id: I255372c47e6d3ea55e5f8060c3c2fdd9bd155c75 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ private:
|
||||
void openView();
|
||||
void push();
|
||||
|
||||
QString findLocalRepository(QString project, const QString &branch) const;
|
||||
Utils::FilePath findLocalRepository(const QString &project, const QString &branch) const;
|
||||
void fetch(const QSharedPointer<GerritChange> &change, int mode);
|
||||
|
||||
QSharedPointer<GerritParameters> m_parameters;
|
||||
|
||||
Reference in New Issue
Block a user