Robuta

https://doc.qt.io/qt-6.5/qkeysequence.html QKeySequence Class | Qt GUI 6.5.12 The QKeySequence class encapsulates a key sequence as used by shortcuts. classqtgui https://forum.qt.io/topic/107694/crash-when-using-qkeysequence-as-global-constant Crash when using QKeySequence as global constant | Qt Forum Oct 12, 2019 - Following program crashes: #include inline const QKeySequence my_key_sequence = Qt::CTRL + Qt::Key_E; inline const QKeySequence my_other_key_sequence = QKe... crashusingglobalconstantqt