X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Flibs%2FGui%2Fpanel.cpp;fp=src%2Flibs%2FGui%2Fwindow.cpp;h=f5527897b99e904f25626c9bc73fc1344fa73ed7;hb=78ad6c009b334925675998ae2ab02cc1d6d97e18;hp=880e1189ad2e49e3bf37c7ceb564dfc49bb42372;hpb=77854ea7bd165f8d9afd2cba1490335a67001ab7;p=evaf diff --git a/src/libs/Gui/window.cpp b/src/libs/Gui/panel.cpp similarity index 85% rename from src/libs/Gui/window.cpp rename to src/libs/Gui/panel.cpp index 880e118..f552789 100644 --- a/src/libs/Gui/window.cpp +++ b/src/libs/Gui/panel.cpp @@ -1,5 +1,5 @@ /** - * @file Gui/window.cpp + * @file Gui/panel.cpp * @brief Version information for eVaf modules * @author Enar Vaikene * @@ -17,15 +17,15 @@ * Agreement provided with the Software. */ -#include "window.h" +#include "panel.h" using namespace eVaf; //------------------------------------------------------------------- -Gui::Window::Window(QWidget * parent) - : QWidget(parent) +Gui::Panel::Panel(QWidget * parent, Qt::WindowFlags f) + : QWidget(parent, f) {} -Gui::Window::~Window() +Gui::Panel::~Panel() {}