diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-09 19:22:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-09 19:22:00 +0000 |
| commit | 08de867fc96c121b518523fb2e832f9c80539f01 (patch) | |
| tree | 49b05a4382c610ef1360fab89144cc857e1014a2 /src/plugins/General/fileops/fileops.h | |
| parent | 5c583bfdd4a74273576867191d0145227a5d63d7 (diff) | |
| download | qmmp-08de867fc96c121b518523fb2e832f9c80539f01.tar.gz qmmp-08de867fc96c121b518523fb2e832f9c80539f01.tar.bz2 qmmp-08de867fc96c121b518523fb2e832f9c80539f01.zip | |
updated fileops plugin, fixed file dialog bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@934 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/fileops.h')
| -rw-r--r-- | src/plugins/General/fileops/fileops.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/plugins/General/fileops/fileops.h b/src/plugins/General/fileops/fileops.h index 7ff3d570f..946071e47 100644 --- a/src/plugins/General/fileops/fileops.h +++ b/src/plugins/General/fileops/fileops.h @@ -46,12 +46,13 @@ public: REMOVE }; +private slots: + void execAction(int n); private: - QAction *m_copyAction; - QAction *m_moveAction; - QAction *m_removeAction; - QString m_copyDestination; + QList <int> m_types; + QStringList m_patterns; + QStringList m_destinations; }; #endif |
