┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorarnav dhamija <[email protected]>2016-09-27 10:11:44 +0530
committerarnav dhamija <[email protected]>2016-09-27 10:11:44 +0530
commit45d90a61f8ceb36d302c90ad8d02d3ded964c92d (patch)
tree0a4eb896cbc21f55ed63471625f3d01582de71c7 /src/dolphinmainwindow.cpp
parent2704b3693f86b31ac033597c63898c3aef16edf7 (diff)
Found an icon for the button
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index db9c34c6a..30498952c 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1050,6 +1050,7 @@ void DolphinMainWindow::setupActions()
actionCollection()->setDefaultShortcut(stashSplit, Qt::Key_F2);
stashSplit->setText(i18nc("@action:intoolbar Stash", "Stash"));
stashSplit->setToolTip(i18nc("@info", "Opens the stash virtual directory in a split window"));
+ stashSplit->setIcon(QIcon::fromTheme(QStringLiteral("folder-visiting")));
stashSplit->setCheckable(true);
connect(stashSplit, &QAction::triggered, this, &DolphinMainWindow::toggleSplitStash);