linux: Fix compilation error.
This commit is contained in:
parent
4051d2ebdb
commit
521fb7d54c
1 changed files with 0 additions and 16 deletions
|
@ -6,28 +6,12 @@
|
||||||
|
|
||||||
namespace auto_updater {
|
namespace auto_updater {
|
||||||
|
|
||||||
// static
|
|
||||||
void AutoUpdater::Init() {
|
|
||||||
}
|
|
||||||
|
|
||||||
// static
|
// static
|
||||||
void AutoUpdater::SetFeedURL(const std::string& url) {
|
void AutoUpdater::SetFeedURL(const std::string& url) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// static
|
|
||||||
void AutoUpdater::SetAutomaticallyChecksForUpdates(bool yes) {
|
|
||||||
}
|
|
||||||
|
|
||||||
// static
|
|
||||||
void AutoUpdater::SetAutomaticallyDownloadsUpdates(bool yes) {
|
|
||||||
}
|
|
||||||
|
|
||||||
// static
|
// static
|
||||||
void AutoUpdater::CheckForUpdates() {
|
void AutoUpdater::CheckForUpdates() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// static
|
|
||||||
void AutoUpdater::CheckForUpdatesInBackground() {
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace auto_updater
|
} // namespace auto_updater
|
||||||
|
|
Loading…
Reference in a new issue