Add the getFeedURL API for macOS and Windows

This commit is contained in:
Samuel Attard 2016-07-15 00:04:48 +12:00 committed by Samuel Attard
parent ba887dbde7
commit 51687e1bc9
6 changed files with 22 additions and 0 deletions

View file

@ -49,6 +49,7 @@ class AutoUpdater {
static Delegate* GetDelegate();
static void SetDelegate(Delegate* delegate);
static std::string GetFeedURL();
static void SetFeedURL(const std::string& url,
const HeaderMap& requestHeaders);
static void CheckForUpdates();