mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Clean up code for lint errors.
This commit is contained in:
@@ -236,6 +236,8 @@ void SeerVariableTrackerBrowserWidget::handleDeleteAllToolButton () {
|
||||
|
||||
void SeerVariableTrackerBrowserWidget::handleItemEntered (QTreeWidgetItem* item, int column) {
|
||||
|
||||
Q_UNUSED(column);
|
||||
|
||||
//qDebug() << item->text(0) << column;
|
||||
|
||||
item->setToolTip(0, item->text(1) + " : " + item->text(2));
|
||||
|
||||
Reference in New Issue
Block a user