mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fixes to the About dialog & add the SystemInfo dialog.
Also fix the build on Mac OS X.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user