Le 04/12/2016 à 19:59, Enrico Forestieri a écrit :
On Sun, Dec 04, 2016 at 06:38:42PM +0100, Guillaume Munch wrote:

+// FIXME: This dialog has issues with line breaking and size, in particular 
with
+// html. But it could easily be reimplemented as a QMessageBox using
+// QMessageBox::setCheckBox() available starting from Qt 5.2
 class GuiToggleWarningDialog : public QDialog, public Ui::ToggleWarningUi
 {
 public:

If this is true, it would be better to actually reimplement it and
conditionally compile for Qt >= 5.2, otherwise this risks staying so
for ever (or almost so).


I agree.

Reply via email to