summaryrefslogtreecommitdiff
path: root/InternetUpdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'InternetUpdater.h')
-rw-r--r--InternetUpdater.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/InternetUpdater.h b/InternetUpdater.h
index 25b13f4..d9fc2ce 100644
--- a/InternetUpdater.h
+++ b/InternetUpdater.h
@@ -16,6 +16,7 @@ class InternetUpdater : public QObject
Q_OBJECT
public:
explicit InternetUpdater(QObject *parent = 0);
+ ~InternetUpdater();
signals:
void newUpdate(const std::string &version) const;
private: