Mercurial > trustbridge
comparison ui/mainwindow.h @ 481:9be337ea1e3c
Save the autostart and autoupdate settings.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 24 Apr 2014 12:28:24 +0200 |
parents | 1ce835c40eb7 |
children | fa56a9403939 |
comparison
equal
deleted
inserted
replaced
480:242f2bf5417e | 481:9be337ea1e3c |
---|---|
77 void resizeButtons(); | 77 void resizeButtons(); |
78 void installerError(const QString& errMsg); | 78 void installerError(const QString& errMsg); |
79 void installerSuccess(); | 79 void installerSuccess(); |
80 void installCerts(); | 80 void installCerts(); |
81 void newSWAvailable(const QString& fileName, const QDateTime& modDate); | 81 void newSWAvailable(const QString& fileName, const QDateTime& modDate); |
82 | |
83 void saveAutoUpdate(int state); | |
84 void saveAutoStart(int state); | |
82 | 85 |
83 /** @brief saves the currently unselected certificates | 86 /** @brief saves the currently unselected certificates |
84 * | 87 * |
85 * This creates / updates a qsettings section that | 88 * This creates / updates a qsettings section that |
86 * [unselected] that contains the certificates that | 89 * [unselected] that contains the certificates that |