summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index f7439e1..f98272f 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -280,7 +280,7 @@ void SheMov::createActions(){
connect(mDeleteFilesA, SIGNAL(triggered()), mFSWidget, SLOT(deleteFiles()));
mRefreshA = new QAction(tr("Refresh"), this);
mRefreshA->setShortcut(Qt::Key_F4);
- mRefreshA->setData("RE");
+ mFSWidget->setRefreshAction(mRefreshA);
connect(mRefreshA, SIGNAL(triggered()), mFSWidget->fileView(), SLOT(refresh()));
connect(mRefreshA, SIGNAL(triggered()), this, SLOT(setFsFree()));
mCopyA = new QAction(tr("Copy file(s)..."), this);