mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Issue #77 Break cyclic dependency between CStatusMessage and CLogPattern by moving methods from one to the other
This commit is contained in:
@@ -307,8 +307,6 @@ namespace BlackMisc
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexCategoriesAsString = CPropertyIndexRef::GlobalIndexCStatusMessage,
|
||||
IndexCategoriesHumanReadableAsString,
|
||||
IndexCategoryHumanReadableOrTechnicalAsString,
|
||||
IndexSeverity,
|
||||
IndexSeverityAsString,
|
||||
IndexSeverityAsIcon,
|
||||
@@ -380,12 +378,6 @@ namespace BlackMisc
|
||||
//! Message categories as string
|
||||
QString getCategoriesAsString() const;
|
||||
|
||||
//! Human readable category
|
||||
QString getHumanReadablePattern() const;
|
||||
|
||||
//! All human readable categories
|
||||
QStringList getHumanReadablePatterns() const;
|
||||
|
||||
//! The human or technical categories
|
||||
QString getHumanOrTechnicalCategoriesAsString() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user