mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Removed some Q_UNUSED
This commit is contained in:
@@ -159,7 +159,7 @@ void ElementsPanelWidget::copyPathForSelectedItem() {
|
||||
*/
|
||||
void ElementsPanelWidget::reloadAndFilter() {
|
||||
// recharge tous les elements
|
||||
elements_panel -> reload(true);
|
||||
elements_panel -> reload();
|
||||
// reapplique le filtre
|
||||
if (!filter_textfield -> text().isEmpty()) {
|
||||
elements_panel -> filter(filter_textfield -> text());
|
||||
|
||||
Reference in New Issue
Block a user