diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index f1d29bd7..bf17d162 100644 --- a/src/settings.h +++ b/src/settings.h @@ -83,6 +83,13 @@ public: bool forceEnableCoreFiles() const; /** + * @brief register download speed + * @param url complete download url + * @param bytesPerSecond download size in bytes per second + */ + void setDownloadSpeed(const QString &serverName, int bytesPerSecond); + + /** * the steam appid is assigned by the steam platform to each product sold there. * The appid may differ between different versions of a game so it may be impossible * for Mod Organizer to automatically recognize it, though usually it does |
