QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RFocusListenerAdapter.h
Go to the documentation of this file.
1 #ifndef RFOCUSLISTENERADAPTER_H
2 #define RFOCUSLISTENERADAPTER_H
3 
4 #include <QMetaType>
5 
6 #include "RFocusListener.h"
7 
9 
10 
11 
21 public:
23 
30  virtual void updateFocus(RDocumentInterface* di) { Q_UNUSED(di) }
31 };
32 
34 
35 #endif