From 4331d70d4b1d247a0fda2d4f6d1c2c1bdc5c18a8 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 22 Oct 2023 00:36:40 +0200 Subject: [PATCH] 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 --- app/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.cpp b/app/main.cpp index 88babef55..b0043adc8 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -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