More use of wxOVERRIDE
This commit is contained in:
@@ -23,12 +23,12 @@ class WXDLLIMPEXP_CORE wxQtTimerImpl : public wxTimerImpl, QObject
|
||||
public:
|
||||
wxQtTimerImpl( wxTimer* timer );
|
||||
|
||||
virtual bool Start( int millisecs = -1, bool oneShot = false );
|
||||
virtual void Stop();
|
||||
virtual bool IsRunning() const;
|
||||
virtual bool Start( int millisecs = -1, bool oneShot = false ) wxOVERRIDE;
|
||||
virtual void Stop() wxOVERRIDE;
|
||||
virtual bool IsRunning() const wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
virtual void timerEvent( QTimerEvent * event );
|
||||
virtual void timerEvent( QTimerEvent * event ) wxOVERRIDE;
|
||||
|
||||
private:
|
||||
int m_timerId;
|
||||
|
Reference in New Issue
Block a user