forked from qt-creator/qt-creator
VcsBase: Proliferate use of FilePath
... and update user code. Change-Id: I52c08e9e07238536d31fc72f97312ac582a1e32f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ private:
|
||||
void addChangeActions(QMenu *menu, const QString &change) override;
|
||||
QString revisionSubject(const QTextBlock &inBlock) const override;
|
||||
bool supportChangeLinks() const override;
|
||||
QString fileNameForLine(int line) const override;
|
||||
Utils::FilePath fileNameForLine(int line) const override;
|
||||
Utils::FilePath sourceWorkingDirectory() const;
|
||||
|
||||
const QRegularExpression m_changeNumberPattern;
|
||||
|
||||
Reference in New Issue
Block a user