Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages about endResetModel when running current development version #334

Open
StableLlama opened this issue Feb 10, 2025 · 0 comments

Comments

@StableLlama
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant