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