summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-09-24 19:51:51 +0200
committerTannin <devnull@localhost>2014-09-24 19:51:51 +0200
commit93bd29c13d3355b2544c2fd40dff1f4f985f9b57 (patch)
tree9f07f3c0e7d9e9bac8a27d511e6dfdd06f42344b /src/selfupdater.h
parent637ce6bcc1b10198eb2a21570b6a97e122814f55 (diff)
- several style fixes suggested by static analysis
- will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
Diffstat (limited to 'src/selfupdater.h')
-rw-r--r--src/selfupdater.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h
index 9648f15a..75b0ff45 100644
--- a/src/selfupdater.h
+++ b/src/selfupdater.h
@@ -65,7 +65,8 @@ public:
* @todo passing the nexus interface is unneccessary
**/
SelfUpdater(NexusInterface *nexusInterface, QWidget *parent);
- ~SelfUpdater();
+
+ virtual ~SelfUpdater();
/**
* @brief start the update process