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:
@@ -144,6 +144,8 @@ void SeerSourceBrowserWidget::handleItemDoubleClicked (QTreeWidgetItem* item, in
|
||||
|
||||
void SeerSourceBrowserWidget::handleItemEntered (QTreeWidgetItem* item, int column) {
|
||||
|
||||
Q_UNUSED(column);
|
||||
|
||||
//qDebug() << item->text(0) << column;
|
||||
|
||||
if (item->text(1) == "") { // Look at the FullName.
|
||||
|
||||
Reference in New Issue
Block a user