mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE Fix possible memory leak
This commit is contained in:
@@ -13,6 +13,8 @@ class CheckableInputDialog : public QDialog
|
||||
|
||||
public:
|
||||
CheckableInputDialog(QWidget *parent);
|
||||
~CheckableInputDialog();
|
||||
|
||||
void setText(QString text);
|
||||
void setExtraText(QString text);
|
||||
void setCheckboxText(QString checkboxText);
|
||||
|
Reference in New Issue
Block a user