2014-08-23 21:50:11 -04:00
|
|
|
/*
|
|
|
|
* Name: wx/qt/defs.h
|
|
|
|
* Author: Peter Most
|
|
|
|
* Copyright: (c) Peter Most
|
|
|
|
* Licence: wxWindows licence
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _WX_QT_DEFS_H_
|
|
|
|
#define _WX_QT_DEFS_H_
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
|
|
|
typedef class QWidget *WXWidget;
|
|
|
|
|
2019-01-30 11:28:08 -05:00
|
|
|
#endif
|
2014-08-23 21:50:11 -04:00
|
|
|
|
|
|
|
#endif /* _WX_QT_DEFS_H_ */
|