mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 23:22:31 -06:00
Allow to translate error messages
This commit is contained in:
@@ -42,7 +42,7 @@ enum class APIErrorType
|
||||
class APIError : public RuntimeError
|
||||
{
|
||||
public:
|
||||
explicit APIError(APIErrorType type, const QString &message = "");
|
||||
explicit APIError(APIErrorType type, const QString &message = {});
|
||||
|
||||
APIErrorType type() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user