Compile on OS X

This commit is contained in:
Daniel Molkentin 2014-01-15 12:45:43 +01:00
parent a9d2079bc4
commit f5dc2b3127

View file

@ -25,6 +25,8 @@ public:
SparkleUpdater(const QString& appCastUrl, QObject *parent = 0);
~SparkleUpdater();
// unused in this updater
Updater::UpdateState updateState() { return Updater::NoUpdate; }
void checkForUpdate();
void backgroundCheckForUpdate();
private: