mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Library: don't print errors when search edit's text changes
This was a temporary debug output. Not useful anymore.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
2e90e38259
commit
3a9bec55f8
@ -606,8 +606,6 @@ void ComicModel::setModelData(QList<ComicItem *> *data, const QString &databaseP
|
|||||||
|
|
||||||
_data.clear();
|
_data.clear();
|
||||||
|
|
||||||
QLOG_ERROR() << "-d2>" << data->size();
|
|
||||||
|
|
||||||
_data.append(*data);
|
_data.append(*data);
|
||||||
|
|
||||||
endResetModel();
|
endResetModel();
|
||||||
|
Reference in New Issue
Block a user