diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-05 18:04:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-05 18:04:59 +0000 |
| commit | 61cfbabecf27c4fe636e00aea57d8b2a9c6e634a (patch) | |
| tree | 7c217ee50f3705b9464745582df584f70569ad01 /src/plugins/General/converter/converterdialog.h | |
| parent | 899a15f90c2845cd44e0e6aa1dc4eae5dcc68f2b (diff) | |
| download | qmmp-61cfbabecf27c4fe636e00aea57d8b2a9c6e634a.tar.gz qmmp-61cfbabecf27c4fe636e00aea57d8b2a9c6e634a.tar.bz2 qmmp-61cfbabecf27c4fe636e00aea57d8b2a9c6e634a.zip | |
converter: added default presets, fixed some bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2379 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/converterdialog.h')
| -rw-r--r-- | src/plugins/General/converter/converterdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/General/converter/converterdialog.h b/src/plugins/General/converter/converterdialog.h index b3349618d..acb223b11 100644 --- a/src/plugins/General/converter/converterdialog.h +++ b/src/plugins/General/converter/converterdialog.h @@ -37,6 +37,8 @@ class ConverterDialog : public QDialog Q_OBJECT public: explicit ConverterDialog(QList <PlayListItem *> items, QWidget *parent = 0); + virtual ~ConverterDialog(); + QStringList selectedUrls() const; public slots: @@ -53,6 +55,7 @@ private slots: private: void createMenus(); void readPresets(const QString &path); + void savePresets(); QString uniqueName(const QString &name); Ui::ConverterDialog ui; |
