diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-08-10 19:58:58 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-08-10 19:58:58 +0200 |
commit | 441e8980b81186e00fe4c79109f616343deb7eaf (patch) | |
tree | 447738dae98aa598b2d1233d1d98f2ee7de401dc /application/widgets/CustomCommands.h | |
parent | c291946d2a8c3e03940da4070533e124283d303c (diff) | |
download | MultiMC-441e8980b81186e00fe4c79109f616343deb7eaf.tar MultiMC-441e8980b81186e00fe4c79109f616343deb7eaf.tar.gz MultiMC-441e8980b81186e00fe4c79109f616343deb7eaf.tar.lz MultiMC-441e8980b81186e00fe4c79109f616343deb7eaf.tar.xz MultiMC-441e8980b81186e00fe4c79109f616343deb7eaf.zip |
NOISSUE fix small memory leaks
Diffstat (limited to 'application/widgets/CustomCommands.h')
-rw-r--r-- | application/widgets/CustomCommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/widgets/CustomCommands.h b/application/widgets/CustomCommands.h index 451b2cc0..4d447f7b 100644 --- a/application/widgets/CustomCommands.h +++ b/application/widgets/CustomCommands.h @@ -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; |