1
Fork 0
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:
Joshua Goins 2023-09-26 00:42:57 -04:00
parent 4cd6f17439
commit 48d9cbf9ad

View file

@ -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"),