]> vaikene.ee Git - evaf/blobdiff - src/libs/Gui/panel.h
Warning fixes and copyright update.
[evaf] / src / libs / Gui / panel.h
index 3ac0b577cb963a51beb3ef072771c5a2bb4421d9..0b2d9a30a358a1434469968108e94ecd5b95428a 100644 (file)
@@ -3,7 +3,7 @@
  * @brief Version information for eVaf modules
  * @author Enar Vaikene
  *
- * Copyright (c) 2011 Enar Vaikene
+ * Copyright (c) 2011-2019 Enar Vaikene
  *
  * This file is part of the eVaf C++ cross-platform application development framework.
  *
@@ -52,7 +52,7 @@ class GUI_EXPORT Panel : public QWidget
 
 public:
 
-    Panel(QWidget * parent = nullptr, Qt::WindowFlags f = 0);
+    Panel(QWidget * parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
 
     virtual ~Panel();