NOISSUE fix small memory leaks

This commit is contained in:
Petr Mrázek
2019-08-10 19:58:58 +02:00
parent c291946d2a
commit 441e8980b8
4 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
CustomCommands::~CustomCommands()
{
delete ui;
}
CustomCommands::CustomCommands(QWidget* parent):

View File

@ -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;