Implement abstract class for wxuniversal in wxQT, thanks @seandepagnier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mariano Reingart
2014-09-29 03:50:34 +00:00
parent 7940e70f51
commit 9c9d6e8481

View File

@@ -81,6 +81,9 @@ void wxQtShortcutHandler::activated()
//##############################################################################
#ifdef __WXUNIVERSAL__
IMPLEMENT_ABSTRACT_CLASS(wxWindow, wxWindowBase)
#endif // __WXUNIVERSAL__
// We use the QObject property capabilities to store the wxWindow pointer, so we
// don't need to use a separate lookup table. We also want to use it in the proper