mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
Issue #77 toIcon returns a simple enum instead of a full object
This commit is contained in:
@@ -463,7 +463,7 @@ namespace BlackMisc
|
||||
void setCategories(const CLogCategoryList &categories) { this->m_categories = categories; }
|
||||
|
||||
//! Representing icon
|
||||
const CIcon &toIcon() const { return convertToIcon(*this); }
|
||||
CIcons::IconIndex toIcon() const { return convertToIcon(*this).getIndex(); }
|
||||
|
||||
//! Severity as string
|
||||
const QString &getSeverityAsString() const;
|
||||
|
||||
Reference in New Issue
Block a user