mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
DolphinQt2: Add missing override specifiers
This commit is contained in:
@ -13,7 +13,7 @@ class AspectRatioWidget : public QWidget
|
||||
Q_OBJECT
|
||||
public:
|
||||
AspectRatioWidget(QWidget* widget, float width, float height, QWidget* parent = nullptr);
|
||||
void resizeEvent(QResizeEvent* event);
|
||||
void resizeEvent(QResizeEvent* event) override;
|
||||
|
||||
private:
|
||||
QBoxLayout* m_layout;
|
||||
|
Reference in New Issue
Block a user