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