status-desktop/vendor/DOtherSide/lib/src
Alex Jbanca 56b616f38b fix(DOtherSide): Crash when a QSortFilterModel is collected by nim GC
QSortFilterModel can be used as sourceModel in proxy models. Proxy models rely on receiving the `QObject::destroyed` event when the source model is destroyed to clean the internal data.
Calling `QObject::disconnect` will also disconnect any connections to the `QObject::destroyed` event leaving dangling pointers in the proxy models.
2023-06-27 10:25:06 +03:00
..
Status feat(universal-links): Adds universal links support for macOS 2023-06-15 14:29:06 +03:00
DOtherSide.cpp fix(DOtherSide): Crash when a QSortFilterModel is collected by nim GC 2023-06-27 10:25:06 +03:00
DOtherSideSingleInstance.cpp Passing custom events over single instance IPC 2023-02-09 12:48:11 +01:00
DOtherSideTypesCpp.cpp Original dotherside repository up to 4d0d6a353c33ff2227b83562a127b3514a7e2169 2023-02-09 12:48:11 +01:00
DosQAbstractItemModel.cpp feat(Profile): New Social Links workflow 2023-03-16 16:08:23 +01:00
DosQDeclarative.cpp Original dotherside repository up to 4d0d6a353c33ff2227b83562a127b3514a7e2169 2023-02-09 12:48:11 +01:00
DosQMetaObject.cpp QGuiApplication to not mess with QCoreApplication and QApplication 2023-02-09 12:48:11 +01:00
DosQObject.cpp Original dotherside repository up to 4d0d6a353c33ff2227b83562a127b3514a7e2169 2023-02-09 12:48:11 +01:00
DosQObjectImpl.cpp QGuiApplication to not mess with QCoreApplication and QApplication 2023-02-09 12:48:11 +01:00
DosQQuickImageProvider.cpp Original dotherside repository up to 4d0d6a353c33ff2227b83562a127b3514a7e2169 2023-02-09 12:48:11 +01:00