Fixed build with MSVC.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-05-06 19:32:35 +03:00
parent 5f7c250415
commit 384d85dfae
2 changed files with 2 additions and 1 deletions

View file

@ -170,7 +170,7 @@ VExceptionToolWasDeleted &VExceptionToolWasDeleted::operator=(const VExceptionTo
* @brief raise method raise for exception
*/
// cppcheck-suppress unusedFunction
Q_NORETURN void VExceptionToolWasDeleted::VExceptionToolWasDeleted::raise() const
Q_NORETURN void VExceptionToolWasDeleted::raise() const
{
throw *this;
}

View file

@ -34,6 +34,7 @@
#include <QApplication>
#include <QPrinter>
#include <QSharedPointer>
#include <QDataStream>
#include "../ifc/ifcdef.h"