QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RCloseCurrentEvent.h
Go to the documentation of this file.
1 #ifndef RCLOSECURRENTEVENT_H
2 #define RCLOSECURRENTEVENT_H
3 
4 #include <QEvent>
5 
13 class RCloseCurrentEvent : public QEvent {
14 public:
15  RCloseCurrentEvent() : QEvent(QEvent::User) {}
16  virtual ~RCloseCurrentEvent() {}
17 };
18 
20 
21 #endif