]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/event.cpp
Warning fixes and copyright update.
[evaf] / src / libs / Common / event.cpp
index be9f34b5b76b7a487ff28a53ff8e4614a068c5b0..8ebc14f2fec0a2e35994096e650077c11805f9fc 100644 (file)
@@ -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()
+{}