kiwix / kiwix-desktop

Kiwix for Windows and GNU/Linux desktops
https://download.kiwix.org/release/kiwix-desktop/
GNU General Public License v3.0
776 stars 101 forks source link

Corrected version for checkStateChanged #1212

Closed ShaopengLin closed 2 months ago

ShaopengLin commented 2 months ago

Follow up for #1199

The checkStateChanged method is introduced in Qt 6.7 instead of 6.0, as per the documentation:

(since 6.7) void checkStateChanged(Qt::CheckState state)

ShaopengLin commented 2 months ago

@kelson42 You can merge this, I don't believe this needs any code review at all. This fixes the compilation error you mentioned here.