forked from qt-creator/qt-creator
Debugger: Convert a QRegExp use in source path map
Task-number: QTCREATORBUG-24098 Change-Id: I1ee441a60cbf362d38459bcef869e02d7fca9b7e Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QHash>
|
||||
#include <QMap>
|
||||
#include <QRegExp>
|
||||
#include <QRegularExpression>
|
||||
#include <QVector>
|
||||
|
||||
namespace Utils { class SavedAction; }
|
||||
@@ -37,7 +37,7 @@ namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
using SourcePathMap = QMap<QString, QString>;
|
||||
using SourcePathRegExpMap = QVector<QPair<QRegExp, QString> >;
|
||||
using SourcePathRegExpMap = QVector<QPair<QRegularExpression, QString>>;
|
||||
|
||||
// Global debugger options that are not stored as saved action.
|
||||
class GlobalDebuggerOptions
|
||||
|
||||
Reference in New Issue
Block a user