summaryrefslogtreecommitdiffstats
path: root/application/MainWindow.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-06-07 23:42:22 +0200
committerPetr Mrázek <peterix@gmail.com>2015-06-09 00:03:42 +0200
commit166813cb918ebd029325e12377989bfdc2021074 (patch)
tree19a1a5a7e3503ccb85c9ac46bcb45e1bef19361e /application/MainWindow.h
parent38e42ad79493afb759181fa5cead90c9b3483655 (diff)
downloadMultiMC-166813cb918ebd029325e12377989bfdc2021074.tar
MultiMC-166813cb918ebd029325e12377989bfdc2021074.tar.gz
MultiMC-166813cb918ebd029325e12377989bfdc2021074.tar.lz
MultiMC-166813cb918ebd029325e12377989bfdc2021074.tar.xz
MultiMC-166813cb918ebd029325e12377989bfdc2021074.zip
GH-1060 remove some old updater bits and pieces
Diffstat (limited to 'application/MainWindow.h')
-rw-r--r--application/MainWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MainWindow.h b/application/MainWindow.h
index 97111e04..33a5a4ed 100644
--- a/application/MainWindow.h
+++ b/application/MainWindow.h
@@ -177,7 +177,7 @@ slots:
/*!
* Runs the DownloadTask and installs updates.
*/
- void downloadUpdates(GoUpdate::Status status, bool installOnExit = false);
+ void downloadUpdates(GoUpdate::Status status);
protected:
bool eventFilter(QObject *obj, QEvent *ev);