X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Flibs%2FGui%2Fpanel.h;fp=src%2Flibs%2FGui%2Fpanel.h;h=0b2d9a30a358a1434469968108e94ecd5b95428a;hp=3ac0b577cb963a51beb3ef072771c5a2bb4421d9;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/libs/Gui/panel.h b/src/libs/Gui/panel.h index 3ac0b57..0b2d9a3 100644 --- a/src/libs/Gui/panel.h +++ b/src/libs/Gui/panel.h @@ -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();