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
We have a class called QObjectRef which is a pointer to a QObject which is reset when the referenced object is destroyed. It looks, however, like Qt itself has an equivalent class called QPointer. https://doc.qt.io/qt-6/qpointer.html
We can replace the QObjectRef usages and remove the class.
Screenshots
No response
OS and Chatterino Version
Chatterino 2.4.4
The text was updated successfully, but these errors were encountered:
Checklist
Describe your issue
We have a class called QObjectRef which is a pointer to a QObject which is reset when the referenced object is destroyed. It looks, however, like Qt itself has an equivalent class called QPointer. https://doc.qt.io/qt-6/qpointer.html
We can replace the QObjectRef usages and remove the class.
Screenshots
No response
OS and Chatterino Version
Chatterino 2.4.4
The text was updated successfully, but these errors were encountered: