diff options
| author | Tannin <devnull@localhost> | 2014-11-21 15:07:31 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-11-21 15:07:31 +0100 |
| commit | 45a46778fb9c7195cb09fbba4a2c502dca6bca13 (patch) | |
| tree | c304a6ffa3412fa66edab50fd293cc7fd13faaa9 /src/selfupdater.h | |
| parent | cfb863f6c3ae7406028b9e167a3115250fefbca3 (diff) | |
| parent | f2f9e11fdd876821107cff0c1c5b9d8ecf66691f (diff) | |
Merge
Diffstat (limited to 'src/selfupdater.h')
| -rw-r--r-- | src/selfupdater.h | 7 |
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
|
