Playing arround with build action.

This commit is contained in:
Ernie Pasveer
2022-04-24 16:40:56 -05:00
parent 50e631bb93
commit 67bff863f8
3 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -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;