Skip to content

Commit

Permalink
Add application URLs for source code and bug reporting
Browse files Browse the repository at this point in the history
This commit adds two application URLs to the `main.cpp` file. Specifically, it includes the source code URL and the bug report URL for the application. This is a necessary update for users to easily access the source code and submit any software issues they encounter.
  • Loading branch information
vicr123 committed Sep 12, 2023
1 parent ce68dc1 commit 4e9c638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ int main(int argc, char* argv[]) {
a.setCopyrightHolder("Victor Tran");
a.setCopyrightYear("2023");
a.setOrganizationName("theCheeseboard");
a.setApplicationUrl(tApplication::Sources, QUrl("http://github.com/theCheeseboard/theZzz"));
a.setApplicationUrl(tApplication::FileBug, QUrl("http://github.com/theCheeseboard/theZzz/issues"));
a.setApplicationName(T_APPMETA_READABLE_NAME);
a.setDesktopFileName(T_APPMETA_DESKTOP_ID);

Expand Down

0 comments on commit 4e9c638

Please sign in to comment.