diff options
Diffstat (limited to 'src/plugins/General/converter/converterdialog.h')
| -rw-r--r-- | src/plugins/General/converter/converterdialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converterdialog.h b/src/plugins/General/converter/converterdialog.h index 28d0a6844..b3349618d 100644 --- a/src/plugins/General/converter/converterdialog.h +++ b/src/plugins/General/converter/converterdialog.h @@ -27,6 +27,7 @@ class QAction; class PlayListItem; +class ConverterPreset; /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -51,9 +52,11 @@ private slots: private: void createMenus(); - void readSettings(); + void readPresets(const QString &path); + QString uniqueName(const QString &name); Ui::ConverterDialog ui; + QList <ConverterPreset* > m_presets; }; |
