qutebrowser/qutebrowser/completion/models
Ryan Roden-Corrent b722cc1dec Pass invalid index to [can]FetchMore.
For QSqlQueryModel, the argument should always be an invalid index:
http://doc.qt.io/qt-5/qsqlquerymodel.html#canFetchMore

For a QStandardItemModel, it doesn't matter. Either way, passing the
top-level parent index was wrong.
2017-06-20 22:11:53 -04:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
completionmodel.py Pass invalid index to [can]FetchMore. 2017-06-20 22:11:53 -04:00
configmodel.py Decouple categories from completionmodel. 2017-06-19 07:44:11 -04:00
listcategory.py Fix pylint errors. 2017-06-19 07:44:11 -04:00
miscmodels.py Remove print statement 2017-06-19 07:44:11 -04:00
sqlcategory.py Fix pylint errors. 2017-06-19 07:44:11 -04:00
urlmodel.py Separate sqlcategory title from table name. 2017-06-19 07:44:11 -04:00