GUI
EventObject.cpp
Go to the documentation of this file.
1 #include "EventObject.h"
2 
3 EventObject::EventObject()
4 {
5  //ctor
6 }
7 
8 EventObject::~EventObject()
9 {
10  //dtor
11 }