]> vaikene.ee Git - evaf/blobdiff - src/plugins/LogView/logview.h
Warning fixes and copyright update.
[evaf] / src / plugins / LogView / logview.h
index e652f619b7d3e4aec5a1a1b10608ec50231449b1..228a6895623b62e2a6791e3759abee7ca0b41092 100644 (file)
@@ -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();