aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index 61f5df39aa..30dbe7b9af 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -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