forked from qt-creator/qt-creator
VCS: Replace QRegExp with QRegularExpression in VcsBaseEditor
Change-Id: I8e8a6649e441597e29e88506d494ec69260bebd1 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch> Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
e445f7aac3
commit
a83f0c5d74
@@ -132,7 +132,7 @@ class GitReflogEditorWidget : public GitEditorWidget
|
||||
public:
|
||||
GitReflogEditorWidget()
|
||||
{
|
||||
setLogEntryPattern(QRegExp("^([0-9a-f]{8,}) [^}]*\\}: .*$"));
|
||||
setLogEntryPattern("^([0-9a-f]{8,}) [^}]*\\}: .*$");
|
||||
}
|
||||
|
||||
QString revisionSubject(const QTextBlock &inBlock) const override
|
||||
|
Reference in New Issue
Block a user