Skip to content

Commit

Permalink
Fix Qt4 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Nov 23, 2016
1 parent 154add0 commit 7bba37e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Editors/BaseEditor.h
Expand Up @@ -40,6 +40,7 @@
#include <QComboBox>
#include <QLineEdit>
#include <QCheckBox>
#include <QToolButton>

class ModelWidget;
class InfoBar;
Expand Down
2 changes: 2 additions & 0 deletions OMEdit/OMEditGUI/MainWindow.cpp
Expand Up @@ -533,6 +533,8 @@ void MainWindow::beforeClosingMainWindow()
OptionsDialog::destroy();
// delete the MessagesWidget object
MessagesWidget::destroy();
// delete the GDBAdapter object
GDBAdapter::destroy();
}

/*!
Expand Down

0 comments on commit 7bba37e

Please sign in to comment.