Searched refs:fwdShortcuts (Results 1 – 4 of 4) sorted by relevance
296 QList<QKeySequence> fwdShortcuts = QKeySequence::keyBindings(QKeySequence::Forward); in createToolBar() local297 for (auto it = fwdShortcuts.begin(); it != fwdShortcuts.end();) { in createToolBar()299 it = fwdShortcuts.erase(it); in createToolBar()303 fwdShortcuts.append(QKeySequence(Qt::Key_Forward)); in createToolBar()304 m_historyForwardAction->setShortcuts(fwdShortcuts); in createToolBar()
298 QList<QKeySequence> fwdShortcuts = QKeySequence::keyBindings(QKeySequence::Forward); in createToolBar() local299 for (auto it = fwdShortcuts.begin(); it != fwdShortcuts.end();) { in createToolBar()301 it = fwdShortcuts.erase(it); in createToolBar()305 fwdShortcuts.append(QKeySequence(Qt::Key_Forward)); in createToolBar()306 m_historyForwardAction->setShortcuts(fwdShortcuts); in createToolBar()
359 QList<QKeySequence> fwdShortcuts = QKeySequence::keyBindings(QKeySequence::Forward); in createToolBar() local360 for (auto it = fwdShortcuts.begin(); it != fwdShortcuts.end();) { in createToolBar()362 it = fwdShortcuts.erase(it); in createToolBar()366 fwdShortcuts.append(QKeySequence(Qt::Key_Forward)); in createToolBar()367 m_historyForwardAction->setShortcuts(fwdShortcuts); in createToolBar()