Bug #2073 ยป 0016-Qt5-Fix-bitwise-operation-between-enum-types-warning.patch
| 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");
|
||