aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/converter.cpp')
-rw-r--r--src/plugins/General/converter/converter.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/General/converter/converter.cpp b/src/plugins/General/converter/converter.cpp
index 8466405cb..63ffcc581 100644
--- a/src/plugins/General/converter/converter.cpp
+++ b/src/plugins/General/converter/converter.cpp
@@ -34,12 +34,7 @@
#include "converter.h"
Converter::Converter(QObject *parent) : QObject(parent), QRunnable()
-{
- m_user_stop = false;
- m_decoder = nullptr;
- m_input = nullptr;
- m_row = -1;
-}
+{}
Converter::~Converter()
{