Project

General

Profile

Bug #2073 ยป 0016-Qt5-Fix-bitwise-operation-between-enum-types-warning.patch

Marko Lindqvist, 07/04/2026 08:37 AM

View differences:

client/gui-qt/fc_client.cpp
****************************************************************************/
void fc_client::fc_main(QApplication *qapp)
{
QShortcut *quit_shortcut = new QShortcut(QKeySequence(Qt::CTRL | Qt::Key_Q), this);
QShortcut *quit_shortcut = new QShortcut(QKeySequence("Ctrl+Q"), this);
qRegisterMetaType<QTextCursor>("QTextCursor");
qRegisterMetaType<QTextBlock>("QTextBlock");
    (1-1/1)