]> git.lyx.org Git - lyx.git/commit
Use QMessageBox for toggleWarning if possible
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 10 Jul 2018 13:00:25 +0000 (15:00 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 10 Jul 2018 13:00:25 +0000 (15:00 +0200)
commit0148ef7e6c2f01ce96b91567af5e2b160f9d070a
tree9a515cc20abf7148ddec8b10c4e01e004fc4578b
parentb21c512e140ee0f81db212bcd361c38fb184ad9d
Use QMessageBox for toggleWarning if possible

Qt 5.2 introduces the possibility to place a checkbox on a QMessageBox,
so we need no longer to use our own crude dialog.
src/frontends/qt4/GuiProgress.cpp