Address feedback

This commit is contained in:
Morph 2020-08-15 15:26:29 -04:00
parent 9e431a2a88
commit 24ce544120
13 changed files with 77 additions and 96 deletions

View file

@ -27,7 +27,7 @@ private:
void changeEvent(QEvent* event) override;
void RetranslateUI();
ConfigureInputPlayer* debug_controller;
std::unique_ptr<Ui::ConfigureDebugController> ui;
ConfigureInputPlayer* debug_controller;
};