Use a fake report address

I don't want reports to be sent to bugs.kde.org when obviously this
isn't hosted by KDE.
This commit is contained in:
Luca Beltrame 2015-02-22 16:59:57 +01:00
parent 8a0bab4ebc
commit 58238803c3

View file

@ -46,6 +46,7 @@ int main(int argc, char *argv[])
KAboutLicense::GPL_V3,
i18n("(C) 2015 Luca Beltrame"),
QString("Using libdanbooru version %1").arg(LIBDANBOORU_VERSION_STRING),
QLatin1String("https://git.dennogumi.org/kde/danbooru-client"),
QLatin1String("https://git.dennogumi.org/kde/danbooru-client")
);