Merge pull request #20 from EthanArmbrust/patch-1

Include QCloseEvent in IEditor.cpp
This commit is contained in:
Jack Andersen 2020-03-27 22:17:46 -10:00 committed by GitHub
commit c3fa3a1728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <QMenu>
#include <QMessageBox>
#include <QToolBar>
#include <QCloseEvent>
IEditor::IEditor(QWidget* pParent)
: QMainWindow(pParent)