diff options
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 |