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,
|
applicationDescription,
|
||||||
KAboutLicense::GPL_V3,
|
KAboutLicense::GPL_V3,
|
||||||
QStringLiteral("© 2023 Joshua Goins"));
|
QStringLiteral("© 2023 Joshua Goins"));
|
||||||
about.addAuthor(
|
about.addAuthor(QStringLiteral("Joshua Goins"),
|
||||||
QStringLiteral("Joshua Goins"),
|
QStringLiteral("Maintainer"),
|
||||||
QStringLiteral("Maintainer"),
|
QStringLiteral("josh@redstrate.com"),
|
||||||
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.setHomepage(QStringLiteral("https://xiv.zone/astra"));
|
||||||
about.addComponent(QStringLiteral("physis"),
|
about.addComponent(QStringLiteral("physis"),
|
||||||
QStringLiteral("Library to access FFXIV data"),
|
QStringLiteral("Library to access FFXIV data"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue