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/fb2app.cpp')
-rw-r--r--source/fb2app.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/fb2app.cpp b/source/fb2app.cpp
index df6d716..fc2dbca 100644
--- a/source/fb2app.cpp
+++ b/source/fb2app.cpp
@@ -68,5 +68,7 @@ int main(int argc, char *argv[])
qInstallMsgHandler(fb2MessageHandler);
+ qRegisterMetaType<QXmlParseException>("QXmlParseException");
+
return app.exec();
}