diff options
author | 2021-08-30 13:16:38 +0530 | |
---|---|---|
committer | 2021-08-30 13:16:38 +0530 | |
commit | 4caea48fbbe05ae927448d39a4166e75c4907aa4 (patch) | |
tree | 96494453fc718877b1cabc09fb36fa9cbdf77799 /src/about.h | |
parent | a2a1428e4952ffc877eb2d2ee352e2b6723f0976 (diff) | |
download | whatsie-4caea48fbbe05ae927448d39a4166e75c4907aa4.tar.gz whatsie-4caea48fbbe05ae927448d39a4166e75c4907aa4.zip |
updated rateApp and about dialog
Diffstat (limited to 'src/about.h')
-rw-r--r-- | src/about.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/about.h b/src/about.h index 34551b3..74bfe0d 100644 --- a/src/about.h +++ b/src/about.h @@ -18,6 +18,8 @@ public: private slots: void on_debugInfoButton_clicked(); + void on_donate_2_clicked(); + private: Ui::About *ui; |