diff options
author | 2021-04-18 13:10:38 +0530 | |
---|---|---|
committer | 2021-04-18 13:10:38 +0530 | |
commit | d89d8215a6aa357731ca465c404b8b05a78b06c6 (patch) | |
tree | 3aad2c1cd356db3e79f82d072a1422bededc68c4 /src/about.h | |
parent | a6f0d4166e202f889c988de2a6a7ddad9ad240a9 (diff) | |
download | whatsie-d89d8215a6aa357731ca465c404b8b05a78b06c6.tar.gz whatsie-d89d8215a6aa357731ca465c404b8b05a78b06c6.zip |
updated class
Diffstat (limited to 'src/about.h')
-rw-r--r-- | src/about.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/about.h b/src/about.h index 89d279b..34551b3 100644 --- a/src/about.h +++ b/src/about.h @@ -20,6 +20,12 @@ private slots: private: Ui::About *ui; + + QString appName, appDescription, + appSourceCodeLink, appAuthorLink, + appAuthorName, appAuthorEmail, + donateLink,moreAppsLink, appRateLink; + bool isOpenSource; }; #endif // ABOUT_H |