Ref T566, UI allow to enable/full matching log messages

This commit is contained in:
Klaus Basan
2019-04-08 03:08:54 +02:00
committed by Mat Sutcliffe
parent 0d2e6dd997
commit 5e32064d21
3 changed files with 49 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ namespace BlackGui
explicit CModelMatcherLogEnable(QWidget *parent = nullptr);
//! Destructor
virtual ~CModelMatcherLogEnable();
virtual ~CModelMatcherLogEnable() override;
//! Reverse lookup enabled?
bool isReverseLookupLogEnabled() const;