Show error message when Session failed to start

This commit is contained in:
Vladimir Golovnev (Glassez) 2018-11-29 17:25:38 +03:00
commit 89deccd9b5
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
6 changed files with 41 additions and 36 deletions

View file

@ -36,7 +36,4 @@ class RuntimeError : public std::runtime_error
public:
explicit RuntimeError(const QString &message = "");
QString message() const;
private:
const QString m_message;
};