mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
Port #942 from yuzu: "qt: Minor cleanup-related changes"
This commit is contained in:
parent
47025552c7
commit
1f0cbf43d6
13 changed files with 25 additions and 25 deletions
|
@ -16,7 +16,7 @@ class AboutDialog : public QDialog {
|
|||
|
||||
public:
|
||||
explicit AboutDialog(QWidget* parent = 0);
|
||||
~AboutDialog();
|
||||
~AboutDialog() override;
|
||||
|
||||
private:
|
||||
Ui::AboutDialog* ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue