Skip to content
Snippets Groups Projects
Commit 64f86598 authored by Johannes Kauffmann's avatar Johannes Kauffmann Committed by Hugo Beauzée-Luyssen
Browse files

qt: open_panels: add missing override

parent 32968793
No related branches found
No related tags found
Loading
......@@ -177,7 +177,7 @@ public:
void clear() Q_DECL_OVERRIDE;
virtual void accept();
#if defined( _WIN32 ) || defined( __OS2__ )
virtual void onFocus();
virtual void onFocus() override;
#endif
virtual void updateContext(int) Q_DECL_OVERRIDE;
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment