also format missing .cc files
This commit is contained in:
parent
53bdf22c85
commit
c6f4bbd143
181 changed files with 4102 additions and 4254 deletions
|
@ -21,14 +21,11 @@ std::string AutoUpdater::GetFeedURL() {
|
|||
return "";
|
||||
}
|
||||
|
||||
void AutoUpdater::SetFeedURL(mate::Arguments* args) {
|
||||
}
|
||||
void AutoUpdater::SetFeedURL(mate::Arguments* args) {}
|
||||
|
||||
void AutoUpdater::CheckForUpdates() {
|
||||
}
|
||||
void AutoUpdater::CheckForUpdates() {}
|
||||
|
||||
void AutoUpdater::QuitAndInstall() {
|
||||
}
|
||||
void AutoUpdater::QuitAndInstall() {}
|
||||
#endif
|
||||
|
||||
} // namespace auto_updater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue