mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Show error message when Session failed to start
This commit is contained in:
parent
9e00f08ea6
commit
89deccd9b5
6 changed files with 41 additions and 36 deletions
|
@ -36,7 +36,4 @@ class RuntimeError : public std::runtime_error
|
|||
public:
|
||||
explicit RuntimeError(const QString &message = "");
|
||||
QString message() const;
|
||||
|
||||
private:
|
||||
const QString m_message;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue