mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +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)
|
||||
|
||||
Reference in New Issue
Block a user