]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgress.cpp
Cosmetic changes to the needauth dialogs
[lyx.git] / src / frontends / qt4 / GuiProgress.cpp
index a44438d4893087387079d420ea62d4cb71d9f66a..c7b556e4e7ec16e01c591a84afa314c80e406ab9 100644 (file)
@@ -32,6 +32,9 @@ namespace lyx {
 namespace frontend {
 
 
+// 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: