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/fb2main.hpp')
-rw-r--r--source/fb2main.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/fb2main.hpp b/source/fb2main.hpp
index 68eb620..cb64143 100644
--- a/source/fb2main.hpp
+++ b/source/fb2main.hpp
@@ -3,6 +3,7 @@
#include <QMainWindow>
#include <QDockWidget>
+#include <QXmlParseException>
QT_BEGIN_NAMESPACE
class QAction;
@@ -48,7 +49,7 @@ signals:
void showInspectorChecked(bool);
public slots:
- void log(const FbMessage &msg);
+ void log(const QXmlParseException &exception);
void logMessage(const QString &message);
void status(const QString &text);