mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Fixes to the About dialog & add the SystemInfo dialog.
Also fix the build on Mac OS X.
This commit is contained in:
parent
51700a2b68
commit
69cd8229d8
13 changed files with 296 additions and 67 deletions
|
@ -17,12 +17,9 @@ class DAboutDialog : public QDialog
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DAboutDialog(QWidget* p = nullptr);
|
||||
explicit DAboutDialog(QWidget* parent_widget = nullptr);
|
||||
~DAboutDialog();
|
||||
|
||||
private slots:
|
||||
void on_label_linkActivated(const QString& link);
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::DAboutDialog> ui;
|
||||
std::unique_ptr<Ui::DAboutDialog> m_ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue