Add support for Qt5.

This commit is contained in:
Ernie Pasveer
2023-05-20 16:27:23 -05:00
parent cb64155ec8
commit 87e32e6167
10 changed files with 250 additions and 8 deletions
-2
View File
@@ -160,8 +160,6 @@ void SeerMemoryVisualizerWidget::handleText (const QString& text) {
QString value_text = Seer::parseFirst(text, "value=", '"', '"', false);
QString address = "";
qDebug() << value_text;
// Look for an address in the value.
if (address == "") {
QRegularExpression re("0[xX][0-9a-fA-F]+");