displays a QMessageBox if no plugins are found
ClosedPublic

Authored by luansimoes on Sep 15 2018, 4:19 PM.

Diff Detail

Repository
R73 Rocs
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
luansimoes created this revision.Sep 15 2018, 4:19 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptSep 15 2018, 4:19 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
luansimoes requested review of this revision.Sep 15 2018, 4:19 PM
tcanabrava accepted this revision.Sep 17 2018, 7:53 AM
This revision is now accepted and ready to land.Sep 17 2018, 7:53 AM
This revision was automatically updated to reflect the committed changes.
aacid added a subscriber: aacid.Sep 18 2018, 5:38 PM

FWIW this is a very weird way to create a QMessageBox, one usually uses the static methods

The static variant didn't allowed to click in the link.

Em ter, 18 de set de 2018 às 19:38, Albert Astals Cid <
noreply@phabricator.kde.org> escreveu:

aacid added a comment. View Revision https://phabricator.kde.org/D15537

FWIW this is a very weird way to create a QMessageBox, one usually uses
the static methods

*REPOSITORY*
R73 Rocs

*REVISION DETAIL*
https://phabricator.kde.org/D15537

*To: *luansimoes, tcanabrava, KDE Edu
*Cc: *aacid, kde-edu, narvaez, apol

aacid added a comment.Sep 18 2018, 8:29 PM

The static variant didn't allowed to click in the link.

It should work, did you try wrapping it in <qt> markers?

Also you forgot i18n in the setText call