Skip to content
Snippets Groups Projects
Verified Commit fcefdb7c authored by Nicolas Werner's avatar Nicolas Werner
Browse files

split point is pointless

parent eae43782
No related branches found
No related tags found
No related merge requests found
Pipeline #2555 failed
......@@ -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++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment