Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/fb2read.cpp')
-rw-r--r--source/fb2read.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fb2read.cpp b/source/fb2read.cpp
index 75c4f4c..f08fa67 100644
--- a/source/fb2read.cpp
+++ b/source/fb2read.cpp
@@ -11,8 +11,8 @@
Fb2ReadThread::Fb2ReadThread(QObject *parent, const QString &filename, const QString &xml)
: QThread(parent)
, m_filename(filename)
- , m_abort(false)
, m_xml(xml)
+ , m_abort(false)
{
connect(this, SIGNAL(html(QString, QString)), parent, SLOT(html(QString, QString)));
}