mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
split point is pointless
This commit is contained in:
parent
eae43782a3
commit
fcefdb7ca6
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue