Skip to content

CMake GUI: Modernize signal-slot connections

Qt5 supports passing function pointers to QObject::connect(), and prefers this over SIGNAL() and SLOT(). Modernize the connections, stop using a deprecated signal from QComboBox, and modernize a few QKeySequence's.

Edited by Kyle Edwards

Merge request reports