From 648d09c5cea5ad4c2e31d51ff804ec32b23ac458 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 6 Dec 2009 18:20:45 +0000 Subject: changed effect api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1425 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/srconverter/srconverter.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/plugins/Effect/srconverter/srconverter.h') diff --git a/src/plugins/Effect/srconverter/srconverter.h b/src/plugins/Effect/srconverter/srconverter.h index e596c693a..bb4c2913c 100644 --- a/src/plugins/Effect/srconverter/srconverter.h +++ b/src/plugins/Effect/srconverter/srconverter.h @@ -20,12 +20,8 @@ #ifndef SRCONVERTER_H #define SRCONVERTER_H -#include - -extern "C" -{ #include -} +#include /** @author Ilya Kotov @@ -33,10 +29,8 @@ extern "C" class SRConverter : public Effect { - Q_OBJECT public: - SRConverter(QObject *parent = 0); - + SRConverter(); virtual ~SRConverter(); ulong process(char *in_data, const ulong size, char **out_data); -- cgit v1.2.3-13-gbd6f