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)
|
, max_completions_(max_completions)
|
||||||
{
|
{
|
||||||
setSourceModel(model);
|
setSourceModel(model);
|
||||||
QChar splitPoints(' ');
|
|
||||||
|
|
||||||
// insert all the full texts
|
// insert all the full texts
|
||||||
for (int i = 0; i < sourceModel()->rowCount(); i++) {
|
for (int i = 0; i < sourceModel()->rowCount(); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user