Closed ShaopengLin closed 2 months ago
Follow up for #1199
The checkStateChanged method is introduced in Qt 6.7 instead of 6.0, as per the documentation:
checkStateChanged
(since 6.7) void checkStateChanged(Qt::CheckState state)
@kelson42 You can merge this, I don't believe this needs any code review at all. This fixes the compilation error you mentioned here.
Follow up for #1199
The
checkStateChanged
method is introduced in Qt 6.7 instead of 6.0, as per the documentation: