From d0a296208adcdcf9539128e469f81136ccc1dbeb Mon Sep 17 00:00:00 2001 From: Dylan <60893964+dsch7705@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:46:34 -0500 Subject: [PATCH] Update launcher/ui/dialogs/ScrollMessageBox.h Co-authored-by: Alexandru Ionut Tripon Signed-off-by: Dylan <60893964+dsch7705@users.noreply.github.com> --- launcher/ui/dialogs/ScrollMessageBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/dialogs/ScrollMessageBox.h b/launcher/ui/dialogs/ScrollMessageBox.h index 0dfadff33..bd121108f 100644 --- a/launcher/ui/dialogs/ScrollMessageBox.h +++ b/launcher/ui/dialogs/ScrollMessageBox.h @@ -12,7 +12,7 @@ class ScrollMessageBox : public QDialog { Q_OBJECT public: - ScrollMessageBox(QWidget* parent, const QString& title, const QString& text, const QString& body, const QString& option = QString()); + ScrollMessageBox(QWidget* parent, const QString& title, const QString& text, const QString& body, const QString& option = {}); ~ScrollMessageBox() override;