split point is pointless

This commit is contained in:
Nicolas Werner 2022-01-31 21:47:23 +01:00
parent eae43782a3
commit fcefdb7ca6
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ CompletionProxyModel::CompletionProxyModel(QAbstractItemModel *model,
, max_completions_(max_completions)
{
setSourceModel(model);
QChar splitPoints(' ');
// insert all the full texts
for (int i = 0; i < sourceModel()->rowCount(); i++) {