Ref T600, use CTRL/SHIFT for info area shortcut, not conflicting with some other shortcuts

This commit is contained in:
Klaus Basan
2019-04-12 16:45:09 +02:00
parent dd1aec056f
commit e67a54f497
2 changed files with 5 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ void SwiftGuiStd::initMenus()
c = connect(a, &QAction::triggered, this, [ = ]
{
this->copyXSwiftBusDialog(false);
});
}, Qt::QueuedConnection);
Q_ASSERT_X(c, Q_FUNC_INFO, "connect failed");
}