Issue #77 Break cyclic dependency between CStatusMessage and CLogPattern by moving methods from one to the other

This commit is contained in:
Mat Sutcliffe
2020-11-07 22:34:25 +00:00
parent 211fd42eaf
commit 3d129dc83f
8 changed files with 29 additions and 41 deletions

View File

@@ -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;