]> vaikene.ee Git - evaf/blobdiff - src/main/GUI/main.cpp
Warning fixes and copyright update.
[evaf] / src / main / GUI / main.cpp
index cffe9ba4f250df7e993991a63e9a042211dec1ae..806617b22f1b5ed31b1862f684dfcac8a4eb82cf 100644 (file)
@@ -3,7 +3,7 @@
  * @brief The main eVaf GUI application class
  * @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.
  *
@@ -127,7 +127,7 @@ static void messageOutput(QtMsgType type, QMessageLogContext const &, QString co
  */
 static void fatalMsgHandler(QString const & msg, QString const & source, QString const & where)
 {
-    Q_UNUSED(source);
+    Q_UNUSED(source)
 
     // Show the message on the screen
     if (BeVerbose) {