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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fb2read.cpp b/source/fb2read.cpp
index 54c6536..da361f7 100644
--- a/source/fb2read.cpp
+++ b/source/fb2read.cpp
@@ -46,6 +46,7 @@ bool FbReadThread::parse()
FbReadHandler handler(writer);
connect(&handler, SIGNAL(binary(QString,QByteArray)), m_store, SLOT(binary(QString,QByteArray)));
+// connect(&handler, SIGNAL(log(FbMessage)), parent(), SIGNAL(log(FbMessage)));
#ifdef FB2_USE_LIBXML2
XML2::XmlReader reader;