mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-20 19:57:44 +00:00
common: Add avatar url to KAboutData
This commit is contained in:
parent
4cd6f17439
commit
48d9cbf9ad
1 changed files with 5 additions and 5 deletions
|
@ -15,11 +15,11 @@ void customizeAboutData(
|
|||
applicationDescription,
|
||||
KAboutLicense::GPL_V3,
|
||||
QStringLiteral("© 2023 Joshua Goins"));
|
||||
about.addAuthor(
|
||||
QStringLiteral("Joshua Goins"),
|
||||
about.addAuthor(QStringLiteral("Joshua Goins"),
|
||||
QStringLiteral("Maintainer"),
|
||||
QStringLiteral("josh@redstrate.com"),
|
||||
QStringLiteral("https://redstrate.com/"));
|
||||
QStringLiteral("https://redstrate.com/"),
|
||||
QUrl(QStringLiteral("https://redstrate.com/rss-image.png")));
|
||||
about.setHomepage(QStringLiteral("https://xiv.zone/astra"));
|
||||
about.addComponent(QStringLiteral("physis"),
|
||||
QStringLiteral("Library to access FFXIV data"),
|
||||
|
|
Loading…
Add table
Reference in a new issue