diff options
Diffstat (limited to 'application/widgets/CustomCommands.cpp')
-rw-r--r-- | application/widgets/CustomCommands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/widgets/CustomCommands.cpp b/application/widgets/CustomCommands.cpp index 9e7673fd..24bdc07d 100644 --- a/application/widgets/CustomCommands.cpp +++ b/application/widgets/CustomCommands.cpp @@ -3,6 +3,7 @@ CustomCommands::~CustomCommands() { + delete ui; } CustomCommands::CustomCommands(QWidget* parent): |