Improve embedded tracker

Now it conforms to BEPs more closely.
This commit is contained in:
Chocobo1
2019-08-08 23:21:07 +08:00
parent 94f7a095bb
commit 8d0d8e4dcb
10 changed files with 423 additions and 230 deletions

View File

@@ -34,6 +34,6 @@
class RuntimeError : public std::runtime_error
{
public:
explicit RuntimeError(const QString &message = "");
explicit RuntimeError(const QString &message = {});
QString message() const;
};