Clean up code for lint errors.

This commit is contained in:
Ernie Pasveer
2022-04-28 20:20:37 -05:00
parent ce4d4d2b7d
commit e6c15037f9
17 changed files with 44 additions and 16 deletions
+2
View File
@@ -212,6 +212,8 @@ void SeerThreadFramesBrowserWidget::handleItemDoubleClicked (QTreeWidgetItem* it
void SeerThreadFramesBrowserWidget::handleItemEntered (QTreeWidgetItem* item, int column) {
Q_UNUSED(column);
//qDebug() << item->text(0) << column;
item->setToolTip(0, item->text(0) + " : " + item->text(1) + " : " + item->text(3) + " : " + item->text(4) + " : " + item->text(5));