diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-21 06:34:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-21 06:34:51 +0000 |
| commit | 7f5637710f36ecfa818b06fe008d53d1cf234ba8 (patch) | |
| tree | 8ea340f6e3f68abc07bc1fc89a6115ff4237462a /src/plugins/General/converter/converterdialog.h | |
| parent | 58eacba4daf81e8b24201c81125c97ff55742869 (diff) | |
| download | qmmp-7f5637710f36ecfa818b06fe008d53d1cf234ba8.tar.gz qmmp-7f5637710f36ecfa818b06fe008d53d1cf234ba8.tar.bz2 qmmp-7f5637710f36ecfa818b06fe008d53d1cf234ba8.zip | |
converter: fixed some bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6069 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/converterdialog.h')
| -rw-r--r-- | src/plugins/General/converter/converterdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converterdialog.h b/src/plugins/General/converter/converterdialog.h index d98756576..6b1234947 100644 --- a/src/plugins/General/converter/converterdialog.h +++ b/src/plugins/General/converter/converterdialog.h @@ -60,9 +60,9 @@ private: void savePresets(); QVariantMap preset() const; QString uniqueName(const QString &name); + bool checkPreset(const QVariantMap &preset); Ui::ConverterDialog m_ui; - QList <ConverterPreset* > m_presets; QList <Converter *> m_converters; }; |
