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/fb2logs.hpp')
-rw-r--r--source/fb2logs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fb2logs.hpp b/source/fb2logs.hpp
index a45a959..fc4398f 100644
--- a/source/fb2logs.hpp
+++ b/source/fb2logs.hpp
@@ -68,7 +68,7 @@ class FbLogDock: public QDockWidget
Q_OBJECT
public:
- explicit FbLogDock(const QString &title, QWidget *parent = 0, Qt::WindowFlags flags = 0);
+ explicit FbLogDock(const QString &title, QWidget *parent = 0, Qt::WindowFlags flags = {});
void append(QtMsgType type, const QString &message);
private: