mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Implement Wii TAS input window
This commit is contained in:
@ -11,7 +11,7 @@ class QBoxLayout;
|
||||
class AspectRatioWidget : public QWidget
|
||||
{
|
||||
public:
|
||||
AspectRatioWidget(QWidget* widget, float width, float height, QWidget* parent = 0);
|
||||
AspectRatioWidget(QWidget* widget, float width, float height, QWidget* parent = nullptr);
|
||||
void resizeEvent(QResizeEvent* event);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user