From aab2fd616b244e143d286ad83d751c6eec5d9b5e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 3 Oct 2011 15:31:49 +0000 Subject: converter: added preset structure git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2373 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/converter/converterfactory.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/converter/converterfactory.h') diff --git a/src/plugins/General/converter/converterfactory.h b/src/plugins/General/converter/converterfactory.h index 33949664f..83d90ab76 100644 --- a/src/plugins/General/converter/converterfactory.h +++ b/src/plugins/General/converter/converterfactory.h @@ -20,15 +20,16 @@ #ifndef CONVERTERFACTORY_H #define CONVERTERFACTORY_H -/** - @author Ilya Kotov -*/ + #include #include #include #include #include +/** + @author Ilya Kotov +*/ class ConverterFactory : public QObject, public GeneralFactory { Q_OBJECT -- cgit v1.2.3-13-gbd6f