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:
@@ -123,6 +123,8 @@ void SeerStackArgumentsBrowserWidget::refresh () {
|
||||
|
||||
void SeerStackArgumentsBrowserWidget::handleItemEntered (QTreeWidgetItem* item, int column) {
|
||||
|
||||
Q_UNUSED(column);
|
||||
|
||||
//qDebug() << item->text(0) << column;
|
||||
|
||||
if (item->text(0) != "") {
|
||||
|
||||
Reference in New Issue
Block a user