mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -710,12 +710,12 @@ namespace BlackCore
|
||||
return ts.toUTC().toString(Qt::ISODate);
|
||||
}
|
||||
|
||||
const CLogCategoryList &CDatabaseReader::getLogCategories()
|
||||
const QStringList &CDatabaseReader::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats = CThreadedReader::getLogCategories().with(
|
||||
static const QStringList cats = CThreadedReader::getLogCategories() + QStringList
|
||||
{
|
||||
CLogCategory::swiftDbWebservice(), CLogCategory::webservice()
|
||||
});
|
||||
CLogCategories::swiftDbWebservice(), CLogCategories::webservice()
|
||||
};
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user