1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-20 11:47:45 +00:00

common: Add avatar url to KAboutData

This commit is contained in:
Joshua Goins 2023-09-26 00:42:57 -04:00
parent 4cd6f17439
commit 48d9cbf9ad

View file

@ -15,11 +15,11 @@ void customizeAboutData(
applicationDescription,
KAboutLicense::GPL_V3,
QStringLiteral("© 2023 Joshua Goins"));
about.addAuthor(
QStringLiteral("Joshua Goins"),
QStringLiteral("Maintainer"),
QStringLiteral("josh@redstrate.com"),
QStringLiteral("https://redstrate.com/"));
about.addAuthor(QStringLiteral("Joshua Goins"),
QStringLiteral("Maintainer"),
QStringLiteral("josh@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"),