mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
Update launcher/ui/dialogs/ScrollMessageBox.h
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: Dylan <60893964+dsch7705@users.noreply.github.com>
This commit is contained in:
parent
11a2ba63b3
commit
d0a296208a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue