mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T155 Log category for CValuePage.
This commit is contained in:
@@ -586,6 +586,11 @@ namespace BlackMisc
|
||||
// Private :: CValuePage
|
||||
////////////////////////////////
|
||||
|
||||
const CLogCategoryList &CValuePage::getLogCategories()
|
||||
{
|
||||
return CValueCache::getLogCategories();
|
||||
}
|
||||
|
||||
CValuePage::CValuePage(QObject *parent, CValueCache *cache) :
|
||||
QObject(parent),
|
||||
m_cache(cache)
|
||||
|
||||
@@ -63,6 +63,9 @@ namespace BlackMisc
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Log categories
|
||||
static const CLogCategoryList &getLogCategories();
|
||||
|
||||
//! Returns a CValuePage owned by the parent and connected to the cache, creating one if it doesn't exist.
|
||||
static CValuePage &getPageFor(QObject *parent, CValueCache *cache);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user