More use of wxOVERRIDE
This commit is contained in:
@@ -46,8 +46,8 @@ public:
|
||||
m_qtToolButton = NULL;
|
||||
}
|
||||
|
||||
virtual void SetLabel( const wxString &label );
|
||||
virtual void SetDropdownMenu(wxMenu* menu);
|
||||
virtual void SetLabel( const wxString &label ) wxOVERRIDE;
|
||||
virtual void SetDropdownMenu(wxMenu* menu) wxOVERRIDE;
|
||||
|
||||
void SetIcon();
|
||||
void ClearToolTip();
|
||||
@@ -67,9 +67,9 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
void mouseReleaseEvent( QMouseEvent *event );
|
||||
void mousePressEvent( QMouseEvent *event );
|
||||
void enterEvent( QEvent *event );
|
||||
void mouseReleaseEvent( QMouseEvent *event ) wxOVERRIDE;
|
||||
void mousePressEvent( QMouseEvent *event ) wxOVERRIDE;
|
||||
void enterEvent( QEvent *event ) wxOVERRIDE;
|
||||
};
|
||||
|
||||
void wxQtToolButton::mouseReleaseEvent( QMouseEvent *event )
|
||||
|
||||
Reference in New Issue
Block a user