X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fplugins%2FLogView%2Flogview.h;fp=src%2Fplugins%2FLogView%2Flogview.h;h=228a6895623b62e2a6791e3759abee7ca0b41092;hp=e652f619b7d3e4aec5a1a1b10608ec50231449b1;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/plugins/LogView/logview.h b/src/plugins/LogView/logview.h index e652f61..228a689 100644 --- a/src/plugins/LogView/logview.h +++ b/src/plugins/LogView/logview.h @@ -3,7 +3,7 @@ * @brief Implementation of the LogView module * @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. * @@ -120,7 +120,7 @@ private: // Members private: // Methods - inline char const * const severityText(Common::iLogger::Severity s) const; + inline char const * severityText(Common::iLogger::Severity s) const; }; @@ -178,7 +178,7 @@ class Window : public Gui::Panel public: - Window(QString const & args, QWidget * parent = nullptr, Qt::WindowFlags flags = 0); + Window(QString const & args, QWidget * parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags()); virtual ~Window();