NOISSUE fix small memory leaks
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
CustomCommands::~CustomCommands()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
CustomCommands::CustomCommands(QWidget* parent):
|
||||
|
@ -28,7 +28,7 @@ class CustomCommands : public QWidget
|
||||
|
||||
public:
|
||||
explicit CustomCommands(QWidget *parent = 0);
|
||||
~CustomCommands();
|
||||
virtual ~CustomCommands();
|
||||
void initialize(bool checkable, bool checked, const QString & prelaunch, const QString & wrapper, const QString & postexit);
|
||||
|
||||
bool checked() const;
|
||||
|
Reference in New Issue
Block a user