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:
@@ -183,6 +183,8 @@ void SeerVariableLoggerBrowserWidget::handleDeleteAllToolButton () {
|
||||
|
||||
void SeerVariableLoggerBrowserWidget::handleItemEntered (QTreeWidgetItem* item, int column) {
|
||||
|
||||
Q_UNUSED(column);
|
||||
|
||||
//qDebug() << item->text(0) << column;
|
||||
|
||||
item->setToolTip(0, item->text(1) + " : " + item->text(2) + " : " + item->text(3));
|
||||
|
||||
Reference in New Issue
Block a user