Home
last modified time | relevance | path

Searched refs:openInNewTabs (Results 1 – 1 of 1) sorted by relevance

/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinmainwindow.cpp1773 QAction* openInNewTabs = actionCollection()->addAction(QStringLiteral("open_in_new_tabs")); in setupActions() local
1774 openInNewTabs->setText(i18nc("@action:inmenu", "Open in New Tabs")); in setupActions()
1775 openInNewTabs->setIcon(QIcon::fromTheme(QStringLiteral("tab-new"))); in setupActions()
1776 connect(openInNewTabs, &QAction::triggered, this, &DolphinMainWindow::openInNewTab); in setupActions()