Details
Details
- Reviewers
tcanabrava - Group Reviewers
KDE Edu - Commits
- R73:6ac9448a8599: displays a QMessageBox if no plugins are found
Diff Detail
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.
Comment Actions
FWIW this is a very weird way to create a QMessageBox, one usually uses the static methods
Comment Actions
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
Comment Actions
It should work, did you try wrapping it in <qt> markers?
Also you forgot i18n in the setText call