diff options
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 0430aa1ed..8f3799351 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -90,10 +90,10 @@ public: | |||
| 90 | parent_ = parent; | 90 | parent_ = parent; |
| 91 | } | 91 | } |
| 92 | 92 | ||
| 93 | void paintEvent(QPaintEvent* ev) | 93 | void paintEvent(QPaintEvent* ev) override |
| 94 | { | 94 | { |
| 95 | } | 95 | } |
| 96 | void resizeEvent(QResizeEvent* ev) { | 96 | void resizeEvent(QResizeEvent* ev) override { |
| 97 | parent_->SetClientAreaWidth(size().width()); | 97 | parent_->SetClientAreaWidth(size().width()); |
| 98 | parent_->SetClientAreaHeight(size().height()); | 98 | parent_->SetClientAreaHeight(size().height()); |
| 99 | } | 99 | } |