mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Add support for Qt5.
This commit is contained in:
@@ -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]+");
|
||||
|
||||
Reference in New Issue
Block a user