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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/converter/converter.cpp b/src/plugins/General/converter/converter.cpp
index cf6f8947e..de7aafe41 100644
--- a/src/plugins/General/converter/converter.cpp
+++ b/src/plugins/General/converter/converter.cpp
@@ -40,6 +40,7 @@ Converter::Converter(QObject *parent) : QObject(parent), QRunnable()
m_user_stop = false;
m_decoder = 0;
m_input = 0;
+ m_row = -1;
}
Converter::~Converter()