diff options
| author | Andreas Krutzler <[email protected]> | 2018-10-03 20:10:04 +0200 |
|---|---|---|
| committer | Andreas Krutzler <[email protected]> | 2018-10-03 20:10:04 +0200 |
| commit | 30bf49d5d1539e9d02944230cf4489ebbccf5a45 (patch) | |
| tree | d046f7521051690db3f39e0e49e923ca6e6491f3 /src/dolphinmainwindow.cpp | |
| parent | be077d3a0cde5b461fd6d4e7d73054538b44470b (diff) | |
| parent | ddfc86ab8c207b81ec9ac83167d081b8d01c2750 (diff) | |
Merge branch 'Applications/18.08'
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 6576e1b0e..bdc9452ee 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1041,7 +1041,7 @@ void DolphinMainWindow::setupActions() QAction* newTab = actionCollection()->addAction(QStringLiteral("new_tab")); newTab->setIcon(QIcon::fromTheme(QStringLiteral("tab-new"))); newTab->setText(i18nc("@action:inmenu File", "New Tab")); - actionCollection()->setDefaultShortcuts(newTab, {Qt::CTRL + Qt::Key_T, QKeySequence::AddTab}); + actionCollection()->setDefaultShortcuts(newTab, {QKeySequence::AddTab}); connect(newTab, &QAction::triggered, this, static_cast<void(DolphinMainWindow::*)()>(&DolphinMainWindow::openNewActivatedTab)); QAction* closeTab = KStandardAction::close( |
