Fixed build with MSVC.
--HG-- branch : develop
This commit is contained in:
parent
5f7c250415
commit
384d85dfae
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <QApplication>
|
||||
#include <QPrinter>
|
||||
#include <QSharedPointer>
|
||||
#include <QDataStream>
|
||||
|
||||
#include "../ifc/ifcdef.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user