From: arnav dhamija Date: Tue, 27 Sep 2016 04:41:44 +0000 (+0530) Subject: Found an icon for the button X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/45d90a61f8ceb36d302c90ad8d02d3ded964c92d?ds=inline Found an icon for the button --- 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);