diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-18 16:22:09 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-18 16:22:39 -0800 |
commit | d5ecc96ed64556bb1d90c567eb92f8a2ccf7ebb3 (patch) | |
tree | 4b4bbd0d83efefadae37225fb201fe9136c9e4ed /desktop-widgets/about.h | |
parent | 53d0eecb9433fa5a00123de3e1e8ac0d3abc502e (diff) | |
download | subsurface-d5ecc96ed64556bb1d90c567eb92f8a2ccf7ebb3.tar.gz |
About dialog: hook up Credits button
Diffstat (limited to 'desktop-widgets/about.h')
-rw-r--r-- | desktop-widgets/about.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/about.h b/desktop-widgets/about.h index 47423aea2..60d477f99 100644 --- a/desktop-widgets/about.h +++ b/desktop-widgets/about.h @@ -13,6 +13,7 @@ private slots: void on_licenseButton_clicked(); void on_websiteButton_clicked(); + void on_creditButton_clicked(); private: Ui::SubsurfaceAbout ui; |