mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Add code for skip: delete, enable, disable.
This commit is contained in:
@@ -169,7 +169,7 @@ void SeerVariableLoggerBrowserWidget::handleDeleteToolButton () {
|
||||
QList<QTreeWidgetItem*> items = variablesTreeWidget->selectedItems();
|
||||
|
||||
// Remove them.
|
||||
for(int i=0; i<items.size(); i++){
|
||||
for (int i=0; i<items.size(); i++) {
|
||||
delete items[i];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user