diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index edc1d644..b4185e86 100644 --- a/src/settings.h +++ b/src/settings.h @@ -809,6 +809,20 @@ public: unsigned int motdHash() const; void setMotdHash(unsigned int hash); + // registers MO as the handler for download links + // + // if 'force' is true, the registration dialog will be shown even if the user + // said earlier not to + // + void registerDownloadHandlers(bool force); + + // registers MO as the handler for modl links + // + // if 'force' is true, the registration dialog will be shown even if the user + // said earlier not to + // + void registerAsMODLHandler(bool force); + // whether archives should be parsed to show conflicts and contents // bool archiveParsing() const; |
