summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-05-11 21:29:29 +0200
committerArno <am@disconnect.de>2010-05-11 21:29:29 +0200
commitd2d6656531e5ec5c088a30ecb93318956e8fb096 (patch)
tree9216e3afc93e8081d8f4195f947b9c4e96a4b7cb /fileview.h
parent73a1c0d8c76c5f6bd0213ad9c1bb759b1c86c2f8 (diff)
downloadSheMov-d2d6656531e5ec5c088a30ecb93318956e8fb096.tar.gz
SheMov-d2d6656531e5ec5c088a30ecb93318956e8fb096.tar.bz2
SheMov-d2d6656531e5ec5c088a30ecb93318956e8fb096.zip
Revamp actions for FilesystemWidget
Make actions for FilesystemWidget more Qt-like. Wrapped Rename menu into an Action and got rid of the ugly findAction(). Use signal instead. Also added actions for OpenWith.
Diffstat (limited to 'fileview.h')
-rw-r--r--fileview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileview.h b/fileview.h
index 50f176a..da5a483 100644
--- a/fileview.h
+++ b/fileview.h
@@ -22,10 +22,10 @@ class FileView : public QTreeView {
public:
FileView(QWidget *parent = 0);
~FileView() {};
- void findActions();
signals:
void upDir();
+ void delFiles();
void enterPressed(const QModelIndex &);
void statusbarMessage(const QString &);