DLL import fix for wxTaskBarIcon under QT

This commit is contained in:
Cătălin Răceanu
2018-08-03 00:36:59 +03:00
parent 97c9f7599d
commit f1bfa20fca
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
class QSystemTrayIcon;
class WXDLLIMPEXP_CORE wxTaskBarIcon : public wxTaskBarIconBase
class WXDLLIMPEXP_ADV wxTaskBarIcon : public wxTaskBarIconBase
{
public:
wxTaskBarIcon(wxTaskBarIconType iconType = wxTBI_DEFAULT_TYPE);

View File

@@ -21,7 +21,7 @@ bool wxTaskBarIconBase::IsAvailable()
//=============================================================================
wxIMPLEMENT_DYNAMIC_CLASS(wxTaskBarIcon, wxTaskBarIconBase);
wxIMPLEMENT_DYNAMIC_CLASS(wxTaskBarIcon, wxEvtHandler);
wxTaskBarIcon::wxTaskBarIcon(wxTaskBarIconType WXUNUSED(iconType))
{