QAbstractButton/QComboBox/QGroupBox: static_cast event->key() to Qt::Key
The default build settings don't like casting to the true type unless you use static_cast.
Edited by Noah Davis
The default build settings don't like casting to the true type unless you use static_cast.