diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-14 01:44:53 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-14 01:44:53 -0400 |
| commit | a75f54e5221b359d5a1e5c0d669c6ab2e3d297b2 (patch) | |
| tree | 5e8b3a83a61dbd09e1e6f0158796af095c396c55 /src/mainwindow.cpp | |
| parent | a7c48a05f857e9ff8c0bd25abc1bb595e580149d (diff) | |
show executable path in status bar
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5018479d..1d51b42e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -727,6 +727,7 @@ void MainWindow::updatePinnedExecutables() iconForExecutable(iter->m_BinaryInfo.filePath()), iter->m_Title); exeAction->setObjectName(QString("custom__") + iter->m_Title); + exeAction->setStatusTip(iter->m_BinaryInfo.filePath()); if (!connect(exeAction, SIGNAL(triggered()), this, SLOT(startExeAction()))) { qDebug("failed to connect trigger?"); |
