split point is pointless
This commit is contained in:
parent
eae43782a3
commit
fcefdb7ca6
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user