forked from qt-creator/qt-creator
Checkable Messagebox: Fix layout, handle URL.
For usage with 709cb2946b.
This commit is contained in:
@@ -42,7 +42,7 @@ struct CheckableMessageBoxPrivate;
|
||||
|
||||
/* A messagebox suitable for questions with a
|
||||
* "Do not ask me again" checkbox. Emulates the QMessageBox API with
|
||||
* static conveniences. */
|
||||
* static conveniences. The message label can open external URLs. */
|
||||
|
||||
class QTCREATOR_UTILS_EXPORT CheckableMessageBox : public QDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user