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