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.hpp')
-rw-r--r--source/fb2app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fb2app.hpp b/source/fb2app.hpp
index b2a04ee..8715377 100644
--- a/source/fb2app.hpp
+++ b/source/fb2app.hpp
@@ -16,7 +16,7 @@ public:
static QString lastCommit();
signals:
- void logMessage(const QString &message);
+ void logMessage(QtMsgType type, const QString &message);
};