summaryrefslogtreecommitdiff
path: root/src/gui/mainmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mainmenu.cpp')
-rw-r--r--src/gui/mainmenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/mainmenu.cpp b/src/gui/mainmenu.cpp
index b530f58..8166c59 100644
--- a/src/gui/mainmenu.cpp
+++ b/src/gui/mainmenu.cpp
@@ -255,10 +255,10 @@ void MainMenu::on_actionAbout_triggered()
void MainMenu::on_actionCheck_for_updates_automatically_triggered()
{
- qDebug() << "check automatically:" << ui.actionCheck_for_updates_automatically->isChecked();
+ tikzit->setCheckForUpdates(ui.actionCheck_for_updates_automatically->isChecked());
}
void MainMenu::on_actionCheck_now_triggered()
{
- qDebug() << "check now";
+ tikzit->checkForUpdates();
}