mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #708 fix
This commit is contained in:
@@ -53,7 +53,7 @@ namespace BlackMisc
|
|||||||
|
|
||||||
CLogCategoryList CLogCategoryList::fromQString(const QString &string)
|
CLogCategoryList CLogCategoryList::fromQString(const QString &string)
|
||||||
{
|
{
|
||||||
return fromQStringList(string.split("|"));
|
return fromQStringList(string.split("|", QString::SkipEmptyParts));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CLogCategoryList::anyStartWith(const QString &prefix) const
|
bool CLogCategoryList::anyStartWith(const QString &prefix) const
|
||||||
|
|||||||
Reference in New Issue
Block a user