aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterhelper.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-01-20 13:01:00 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-01-20 13:01:00 +0000
commit58eacba4daf81e8b24201c81125c97ff55742869 (patch)
treea8b5d89e573cef8ed72e00f654dd495a6a35264b /src/plugins/General/converter/converterhelper.h
parent30efd053e33c54a63d009d938dedbc2679f4dcdb (diff)
downloadqmmp-58eacba4daf81e8b24201c81125c97ff55742869.tar.gz
qmmp-58eacba4daf81e8b24201c81125c97ff55742869.tar.bz2
qmmp-58eacba4daf81e8b24201c81125c97ff55742869.zip
converter: multi-thread support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6068 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/converterhelper.h')
-rw-r--r--src/plugins/General/converter/converterhelper.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/General/converter/converterhelper.h b/src/plugins/General/converter/converterhelper.h
index e91d12620..68d538c9c 100644
--- a/src/plugins/General/converter/converterhelper.h
+++ b/src/plugins/General/converter/converterhelper.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2011 by Ilya Kotov *
+ * Copyright (C) 2011-2016 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -20,14 +20,11 @@
#ifndef CONVERTERHELPER_H
#define CONVERTERHELPER_H
-#include <QPointer>
-
#include <qmmpui/general.h>
#include <qmmp/qmmp.h>
class QAction;
class QProgressDialog;
-class Converter;
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -45,9 +42,6 @@ private slots:
private:
QAction *m_action;
- Converter *m_converter;
- QProgressDialog *m_progress;
-
};
#endif