diff options
author | 2021-06-07 12:25:47 +0530 | |
---|---|---|
committer | 2021-06-07 12:25:47 +0530 | |
commit | 9e8f876c07f2e29a7d421fb6399114b974b714c9 (patch) | |
tree | 1f92a46f3ed95be49b9227f54bf52dea2e9c3462 /src/rateapp.h | |
parent | 4deed2488131ffd8d2646c57eea8ab5b8c3bc334 (diff) | |
download | whatsie-9e8f876c07f2e29a7d421fb6399114b974b714c9.tar.gz whatsie-9e8f876c07f2e29a7d421fb6399114b974b714c9.zip |
added more rating options in rate dialog
Diffstat (limited to 'src/rateapp.h')
-rw-r--r-- | src/rateapp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rateapp.h b/src/rateapp.h index e296080..e87719e 100644 --- a/src/rateapp.h +++ b/src/rateapp.h @@ -36,6 +36,10 @@ private slots: bool shouldShow(); void reset(); + void on_rateOnGithub_clicked(); + + void on_donate_clicked(); + private: Ui::RateApp *ui; QString app_rating_url; |