mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #523 Implement CLogCategoryList::toQString so the default implementation provided by CSequence is not used.
This commit is contained in:
@@ -82,6 +82,9 @@ namespace BlackMisc
|
||||
//! Convert each of the categories to a QString and return the result as a QStringList.
|
||||
QStringList toQStringList() const;
|
||||
|
||||
//! \copydoc BlackMisc::CValueObject::toQString
|
||||
QString toQString(bool i18n = false) const;
|
||||
|
||||
//! Convert a string list, such as that returned by toQStringList(), into a CLogCategoryList.
|
||||
static CLogCategoryList fromQStringList(const QStringList &stringList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user