forked from qt-creator/qt-creator
All: Use Utils::SkipEmptyParts
Task-number: QTCREATORBUG-24098 Change-Id: Iab45de9a9c17ddc39a0e343b1175d4f6cb94b098 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -312,7 +312,7 @@ public:
|
||||
}
|
||||
|
||||
Core::SearchResultItem item;
|
||||
item.path = scope.split(QLatin1String("::"), QString::SkipEmptyParts);
|
||||
item.path = scope.split(QLatin1String("::"), Utils::SkipEmptyParts);
|
||||
item.text = text;
|
||||
item.icon = info->icon();
|
||||
item.userData = QVariant::fromValue(info);
|
||||
|
||||
Reference in New Issue
Block a user