Set bugreport address for kdeconnect-app

Otherwise we get an automatic address, which doesn't work because the executable name doesn't match the bugzilla component name

BUG: 475837
This commit is contained in:
Nicolas Fella 2023-10-22 00:36:40 +02:00
parent bb13dcc7e0
commit 4331d70d4b

View file

@ -36,6 +36,7 @@ int main(int argc, char *argv[])
i18n("(c) 2015, Aleix Pol Gonzalez"));
aboutData.addAuthor(i18n("Aleix Pol Gonzalez"), i18n("Maintainer"), QStringLiteral("aleixpol@kde.org"));
aboutData.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), i18nc("EMAIL OF TRANSLATORS", "Your emails"));
aboutData.setBugAddress("https://bugs.kde.org/enter_bug.cgi?product=kdeconnect&component=common");
KAboutData::setApplicationData(aboutData);
#ifdef Q_OS_WIN