forked from qt-creator/qt-creator
Vcs: Use more FilePath for file paths
Change-Id: I855cde65d034a9647972a7fddf1e8266d7ccfa88 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -29,7 +29,10 @@
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
namespace Utils { class FancyLineEdit; }
|
||||
namespace Utils {
|
||||
class FancyLineEdit;
|
||||
class FilePath;
|
||||
} // Utils
|
||||
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
@@ -69,7 +72,7 @@ private:
|
||||
QString revisionSubject(const QTextBlock &inBlock) const override;
|
||||
bool supportChangeLinks() const override;
|
||||
QString fileNameForLine(int line) const override;
|
||||
QString sourceWorkingDirectory() const;
|
||||
Utils::FilePath sourceWorkingDirectory() const;
|
||||
|
||||
const QRegularExpression m_changeNumberPattern;
|
||||
GitLogFilterWidget *m_logFilterWidget = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user