summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-03-09 12:34:34 +0100
committerTannin <devnull@localhost>2015-03-09 12:34:34 +0100
commit7a1ae9b0f1560c9eda32e032796fbb3fd56ff236 (patch)
treedea71435ac1042cb008fcd9f7b1ec57e6ea91227 /src/selfupdater.h
parentd45ebf134819e1559718681becca9c4139fb7151 (diff)
parentdb2954e8eb41da715b9e7d79a72e225797401413 (diff)
Merge with branch1.2
Diffstat (limited to 'src/selfupdater.h')
-rw-r--r--src/selfupdater.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h
index 5877e1ec..b5bbc406 100644
--- a/src/selfupdater.h
+++ b/src/selfupdater.h
@@ -65,10 +65,12 @@ public:
* @param parent parent widget
* @todo passing the nexus interface is unneccessary
**/
- SelfUpdater(NexusInterface *nexusInterface, QWidget *parent);
+ SelfUpdater(NexusInterface *nexusInterface);
virtual ~SelfUpdater();
+ void setUserInterface(QWidget *widget);
+
/**
* @brief start the update process
* @note this should not be called if there is no update available
@@ -118,6 +120,7 @@ private:
void updateProgressFile(LPCWSTR fileName);
void report7ZipError(LPCWSTR errorMessage);
QString retrieveNews(const QString &description);
+ void showProgress();
private slots: