mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Issue #77 Break cyclic dependency statusmessage <-> jsonexception
This commit is contained in:
@@ -34,15 +34,9 @@ namespace BlackMisc
|
||||
//! Get a stack trace of where in the JSON object tree the error occurred.
|
||||
const QString &getStackTrace() const { return m_stack; }
|
||||
|
||||
//! Get a status message representation.
|
||||
CStatusMessage toStatusMessage(const CLogCategoryList &categories, const QString &prefix) const;
|
||||
|
||||
//! As string info
|
||||
QString toString(const QString &prefix) const;
|
||||
|
||||
//! Write a message to the log.
|
||||
void toLogMessage(const CLogCategoryList &categories, const QString &prefix) const;
|
||||
|
||||
private:
|
||||
static QString stackString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user