[Differential] [Accepted] D4072: Bug reporter: Allow a URL (not just as an email address) for custom reporting

Albert Astals Cid noreply at phabricator.kde.org
Sat Jan 14 23:46:37 UTC 2017


aacid accepted this revision.
aacid added a reviewer: aacid.
aacid added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> kaboutapplicationdialog.cpp:184
>              if (!aboutData.customAuthorTextEnabled()) {
> -                if (aboutData.bugAddress().isEmpty() || aboutData.bugAddress() == QLatin1String("submit at bugs.kde.org")) {
> +                QString bugAddress = aboutData.bugAddress();
> +                if (bugAddress.isEmpty() || bugAddress == QLatin1String("submit at bugs.kde.org")) {

const QString

REPOSITORY
  R263 KXmlGui

REVISION DETAIL
  https://phabricator.kde.org/D4072

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: marten, #frameworks, aacid
Cc: aacid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170114/14f26b1f/attachment.html>


More information about the Kde-frameworks-devel mailing list