mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Improve embedded tracker
Now it conforms to BEPs more closely.
This commit is contained in:
@@ -34,6 +34,6 @@
|
||||
class RuntimeError : public std::runtime_error
|
||||
{
|
||||
public:
|
||||
explicit RuntimeError(const QString &message = "");
|
||||
explicit RuntimeError(const QString &message = {});
|
||||
QString message() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user