X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Flibs%2FCommon%2Fevent.cpp;fp=src%2Flibs%2FCommon%2Fevent.cpp;h=8ebc14f2fec0a2e35994096e650077c11805f9fc;hp=be9f34b5b76b7a487ff28a53ff8e4614a068c5b0;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/libs/Common/event.cpp b/src/libs/Common/event.cpp index be9f34b..8ebc14f 100644 --- a/src/libs/Common/event.cpp +++ b/src/libs/Common/event.cpp @@ -3,7 +3,7 @@ * @brief Event class implementation * @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. * @@ -22,3 +22,6 @@ using namespace eVaf::Common; QEvent::Type const Event::eVafEvent = QEvent::Type(QEvent::registerEventType()); + +Event::~Event() +{}