From 9408303fad1efd3b889f7677dd255b9437276cfc Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 13 Sep 2011 16:38:23 +0000 Subject: fixed general plugin api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2351 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/fileops/fileops.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/General/fileops/fileops.cpp') diff --git a/src/plugins/General/fileops/fileops.cpp b/src/plugins/General/fileops/fileops.cpp index e661b646c..83896e6b5 100644 --- a/src/plugins/General/fileops/fileops.cpp +++ b/src/plugins/General/fileops/fileops.cpp @@ -37,8 +37,7 @@ #define COPY_BLOCK_SIZE 102400 -FileOps::FileOps(QObject *parent) - : General(parent) +FileOps::FileOps(QObject *parent) : QObject(parent) { //separators QAction *separator1 = new QAction(this); -- cgit v1.2.3-13-gbd6f