dabfb1e65907eba324acfc2c965d929b5de60918
m_treeModel/m_proxyModel were declared without '= nullptr', so the GroupByThread default applied during setupUI read garbage memory in debug builds (QtCreator/MinGW) -> condition '!m_treeModel' was false against junk and called setGroupMode on an invalid pointer -> SIGSEGV. - Initialize both pointers to nullptr in header - Apply combo default to index 2 only after m_treeModel is created (blockSignals) - Remove the premature setCurrentIndex(2) that fired before model creation
Wino Mail Qt (C++/DTK)
A modern C++/Qt port of Wino Mail for Deepin Linux using DTKWidget.
Releases
1
Wino Mail v0.2.0
Latest
Languages
C++
91.1%
Python
4.3%
C
2%
Makefile
2%
CMake
0.6%