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
Describe your issue
Upon pressing Tab in Chatterino, a following warning is generated: [13:57:35.344] unknown Using QCharRef with an index pointing outside the valid range of a QString. The corresponding behavior is deprecated, and will be changed in a future version of Qt.
Pretty sure it's actually CompletionModel::refresh generating it, since pressing Tab only after text in text edit has changed generates said warning.
It has been around for literally months if not years and it's high time we fix this, because in Qt6 something has changed about it and it's something that crashes on my zneix/feature/qt6 branch.
Screenshots
N/A
OS and Chatterino Version
Arch GNU/Linux, master
The text was updated successfully, but these errors were encountered:
zneix
added
issue-report
An issue reported by a user.
bug
Something isn't working as intended, or works in a confusing/unintuitive way for the user
and removed
issue-report
An issue reported by a user.
labels
Sep 11, 2021
Now we're on commit 4a90f10; Changes from upstream we've pulled:
- Minor: Added new search predicate to filter for messages matching a regex (Chatterino#3282)
- Minor: Subcategories in settings are now searchable. (Chatterino#3157)
- Minor: Highlight usernames in /mods and /vips messages (Chatterino#3187)
- Minor: Added chatter count to viewer list popout (Chatterino#3261)
- Minor: Added `flags.first_message` filter variable (Chatterino#3292)
- Minor: Removed duplicate setting for toggling `Channel Point Redeemed Message` highlights (Chatterino#3296)
- Bugfix: Fixed a bug that caused zero-width emotes to be misaligned when the "Remove spaces between emotes" setting is on. (Chatterino#3249)
- Bugfix: Fixed the "Change channel" popup showing a wrong window title (Chatterino#3273)
- Bugfix: Fixed built-in Chatterino commands not working in whispers and mentions special channels (Chatterino#3288)
- Bugfix: Fixed `QCharRef with an index pointing outside the valid range of a QString` warning that was emitted on every Tab press. (Chatterino#3234)
- Bugfix: Fixed being unable to disable `First Message` highlights (Chatterino#3293)
- Bugfix: Fixed `First Message` custom sound not persisting through restart. (Chatterino#3303)
Describe your issue
Upon pressing Tab in Chatterino, a following warning is generated:
[13:57:35.344] unknown Using QCharRef with an index pointing outside the valid range of a QString. The corresponding behavior is deprecated, and will be changed in a future version of Qt.
Pretty sure it's actually
CompletionModel::refresh
generating it, since pressing Tab only after text in text edit has changed generates said warning.It has been around for literally months if not years and it's high time we fix this, because in Qt6 something has changed about it and it's something that crashes on my
zneix/feature/qt6
branch.Screenshots
N/A
OS and Chatterino Version
Arch GNU/Linux, master
The text was updated successfully, but these errors were encountered: