mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Human readable log category:
* fixed propertyIndex in CStatusMessage * added method for human readable messages in CStatusMessage * added typeid based category for classes * listmodel for staus messages, added column and removed outdated data method * columns, in class init
This commit is contained in:
committed by
Roland Winklmeier
parent
6e5e28584f
commit
97e04f8360
@@ -88,7 +88,7 @@ namespace BlackGui
|
||||
QString m_columnToolTip;
|
||||
QSharedPointer<CDefaultFormatter> m_formatter;
|
||||
BlackMisc::CPropertyIndex m_propertyIndex;
|
||||
bool m_editable;
|
||||
bool m_editable = false;
|
||||
const char *getTranslationContextChar() const;
|
||||
const char *getColumnNameChar() const;
|
||||
const char *getColumnToolTipChar() const;
|
||||
|
||||
Reference in New Issue
Block a user