X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fmain%2FGUI%2Fmain.cpp;fp=src%2Fmain%2FGUI%2Fmain.cpp;h=806617b22f1b5ed31b1862f684dfcac8a4eb82cf;hp=cffe9ba4f250df7e993991a63e9a042211dec1ae;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/main/GUI/main.cpp b/src/main/GUI/main.cpp index cffe9ba..806617b 100644 --- a/src/main/GUI/main.cpp +++ b/src/main/GUI/main.cpp @@ -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) {