summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selfupdater.h')
-rw-r--r--src/selfupdater.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h
index 9648f15a..3490b58a 100644
--- a/src/selfupdater.h
+++ b/src/selfupdater.h
@@ -64,8 +64,11 @@ public:
* @param parent parent widget
* @todo passing the nexus interface is unneccessary
**/
- SelfUpdater(NexusInterface *nexusInterface, QWidget *parent);
- ~SelfUpdater();
+ SelfUpdater(NexusInterface *nexusInterface);
+
+ virtual ~SelfUpdater();
+
+ void setUserInterface(QWidget *widget);
/**
* @brief start the update process