You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the current development version I get these error messages:
$ python3 taggui/run_gui.py
qt.gui.icc: fromIccProfile: failed size sanity 2
endResetModel called on ProxyImageListModel(0xad3eae0) without calling beginResetModel first
endResetModel called on ProxyTagCounterModel(0xc158a20) without calling beginResetModel first
Especially the endResetModel ... lines are irritating me.
But everything seems to work well and I can't see any broken function.
Trying to localize the error it seems related to the emitting of modelReset from the code and then happening inside the QAbstractItemModel but my Qt knowledge is too limited to analyze it further.
The text was updated successfully, but these errors were encountered:
Running the current development version I get these error messages:
Especially the
endResetModel ...
lines are irritating me.But everything seems to work well and I can't see any broken function.
Trying to localize the error it seems related to the emitting of
modelReset
from the code and then happening inside theQAbstractItemModel
but my Qt knowledge is too limited to analyze it further.The text was updated successfully, but these errors were encountered: