Commit a2952ac2 authored by Lioncash's avatar Lioncash
Browse files

configure_motion_touch: Migrate off QRegExp to QRegularExpression

QRegularExpression was introduced in Qt 5 as a better replacement for
QRegExp. In Qt 6.0 QRegExp is removed entirely.

To remain forward compatible with Qt 6.0, we can transition over to
using QRegularExpression.
parent 5e35c69f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment