mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
About dialog: hook up Credits button
This commit is contained in:
parent
53d0eecb94
commit
d5ecc96ed6
2 changed files with 6 additions and 0 deletions
|
@ -38,3 +38,8 @@ void SubsurfaceAbout::on_websiteButton_clicked()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl("http://subsurface-divelog.org"));
|
QDesktopServices::openUrl(QUrl("http://subsurface-divelog.org"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SubsurfaceAbout::on_creditButton_clicked()
|
||||||
|
{
|
||||||
|
QDesktopServices::openUrl(QUrl("http://subsurface-divelog.org/misc/credits"));
|
||||||
|
}
|
||||||
|
|
|
@ -13,6 +13,7 @@ private
|
||||||
slots:
|
slots:
|
||||||
void on_licenseButton_clicked();
|
void on_licenseButton_clicked();
|
||||||
void on_websiteButton_clicked();
|
void on_websiteButton_clicked();
|
||||||
|
void on_creditButton_clicked();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::SubsurfaceAbout ui;
|
Ui::SubsurfaceAbout ui;
|
||||||
|
|
Loading…
Add table
Reference in a new issue