From 0c969362a32a2990c5b77e2720bc0f343957469d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 3 Feb 2010 21:00:34 +0000 Subject: cue plugin: added automatic charset detection (Closes issue 50) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1542 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/cue/settingsdialog.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/plugins/Input/cue/settingsdialog.h') diff --git a/src/plugins/Input/cue/settingsdialog.h b/src/plugins/Input/cue/settingsdialog.h index 0f3ae1f87..d81fc969a 100644 --- a/src/plugins/Input/cue/settingsdialog.h +++ b/src/plugins/Input/cue/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,11 +21,10 @@ #define SETTINGSDIALOG_H #include - #include "ui_settingsdialog.h" /** - @author Ilya Kotov + @author Ilya Kotov */ class SettingsDialog : public QDialog { @@ -35,7 +34,6 @@ public: ~SettingsDialog(); - public slots: virtual void accept(); -- cgit v1.2.3-13-gbd6f