mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Use CustomMessageBox::selectable
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
@ -23,5 +23,6 @@ QMessageBox* selectable(QWidget* parent,
|
||||
const QString& text,
|
||||
QMessageBox::Icon icon = QMessageBox::NoIcon,
|
||||
QMessageBox::StandardButtons buttons = QMessageBox::Ok,
|
||||
QMessageBox::StandardButton defaultButton = QMessageBox::NoButton);
|
||||
QMessageBox::StandardButton defaultButton = QMessageBox::NoButton,
|
||||
QCheckBox* checkBox = nullptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user