diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-10-15 20:41:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-10-15 20:41:44 +0000 |
| commit | ebbe482778dc5296be8f64b436d89326a2db1e04 (patch) | |
| tree | 89631475c44e4fac8da8a61b9c252f69a2b5e955 /src/plugins/Input/ffmpeg/settingsdialog.h | |
| parent | b8869117077e2d9cc6ba99fb7cacf5c75323bcba (diff) | |
| download | qmmp-ebbe482778dc5296be8f64b436d89326a2db1e04.tar.gz qmmp-ebbe482778dc5296be8f64b436d89326a2db1e04.tar.bz2 qmmp-ebbe482778dc5296be8f64b436d89326a2db1e04.zip | |
added TAK support (#975)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8389 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/ffmpeg/settingsdialog.h')
| -rw-r--r-- | src/plugins/Input/ffmpeg/settingsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/ffmpeg/settingsdialog.h b/src/plugins/Input/ffmpeg/settingsdialog.h index fb3d8a00c..be1bbf22b 100644 --- a/src/plugins/Input/ffmpeg/settingsdialog.h +++ b/src/plugins/Input/ffmpeg/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -39,7 +39,7 @@ public slots: virtual void accept(); private: - Ui::SettingsDialog ui; + Ui::SettingsDialog m_ui; }; |
