PlotTableEvent.cxx
Go to the documentation of this file.
1 
12 #include "PlotTableEvent.h"
13 
14 #if QT_VERSION < 0x040000
15 #else
16 //Added by the Qt porting tool:
17 #include <QtCore/QCustomEvent>
18 #include <QtCore/QEvent>
19 #endif
20 
21 
22 namespace hippodraw {
23 
26  : QCustomEvent ( type )
27 {
28 }
29 
31 PlotTableEvent ( const PlotTableEvent & event )
32  : QCustomEvent ( event )
33 {
34 }
35 
37 {
38 }
39 
40 } // namespace hippodraw
41 

Generated for HippoDraw Class Library by doxygen