mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
zeit: remove unnecessary calls
This commit is contained in:
parent
42655158fd
commit
ce4f63dce4
@ -222,7 +222,6 @@ void MainWindow::showTasks() {
|
||||
setIcon(item, task->enabled);
|
||||
ui->listWidget->addItem(item);
|
||||
}
|
||||
refreshActions(false);
|
||||
}
|
||||
|
||||
void MainWindow::showVariables() {
|
||||
@ -239,7 +238,6 @@ void MainWindow::showVariables() {
|
||||
setIcon(item, var->enabled);
|
||||
ui->listWidget->addItem(item);
|
||||
}
|
||||
refreshActions(false);
|
||||
}
|
||||
|
||||
void MainWindow::showCommands() {
|
||||
@ -251,7 +249,6 @@ void MainWindow::showCommands() {
|
||||
c.description + tr("\nCommand: ") + c.command);
|
||||
ui->listWidget->addItem(item);
|
||||
}
|
||||
refreshActions(false);
|
||||
}
|
||||
|
||||
void MainWindow::addEntry() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user