mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Playing arround with build action.
This commit is contained in:
@@ -84,7 +84,7 @@ void SeerStackFramesBrowserWidget::handleText (const QString& text) {
|
||||
QString line_text = Seer::parseFirst(frame_text, "line=", '"', '"', false);
|
||||
QString arch_text = Seer::parseFirst(frame_text, "arch=", '"', '"', false);
|
||||
|
||||
//qDebug() << file_text << fullname_text;
|
||||
// qDebug() << file_text << fullname_text << line_text;
|
||||
|
||||
// Create the item.
|
||||
QTreeWidgetItem* item = new QTreeWidgetItem;
|
||||
|
||||
Reference in New Issue
Block a user