From ebbe482778dc5296be8f64b436d89326a2db1e04 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 15 Oct 2018 20:41:44 +0000 Subject: added TAK support (#975) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8389 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/ffmpeg/settingsdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/ffmpeg/settingsdialog.h') 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; }; -- cgit v1.2.3-13-gbd6f