summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selfupdater.h')
-rw-r--r--src/selfupdater.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h
index 75b0ff45..3490b58a 100644
--- a/src/selfupdater.h
+++ b/src/selfupdater.h
@@ -64,10 +64,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