[Qt6] ad QCloseEvent to Widgets

This commit is contained in:
Simon De Backer 2021-03-07 20:23:07 +01:00
parent a4872bf686
commit 4c563821e8
4 changed files with 6 additions and 1 deletions

View File

@ -18,9 +18,11 @@
#ifndef QETELEMENTEDITOR_H #ifndef QETELEMENTEDITOR_H
#define QETELEMENTEDITOR_H #define QETELEMENTEDITOR_H
#include <QMainWindow>
#include "../../ElementsCollection/elementslocation.h" #include "../../ElementsCollection/elementslocation.h"
#include <QCloseEvent>
#include <QMainWindow>
class ElementScene; class ElementScene;
class QActionGroup; class QActionGroup;
class ElementItemEditor; class ElementItemEditor;

View File

@ -21,6 +21,7 @@
#include "qetresult.h" #include "qetresult.h"
#include "titleblock/templatelocation.h" #include "titleblock/templatelocation.h"
#include <QCloseEvent>
#include <QTabBar> #include <QTabBar>
#include <QWidget> #include <QWidget>
#include <QtWidgets> #include <QtWidgets>

View File

@ -22,6 +22,7 @@
#include "qetmainwindow.h" #include "qetmainwindow.h"
#include <QActionGroup> #include <QActionGroup>
#include <QCloseEvent>
#include <QDir> #include <QDir>
#include <QMdiArea> #include <QMdiArea>
#include <QSignalMapper> #include <QSignalMapper>

View File

@ -22,6 +22,7 @@
#include "templatelocation.h" #include "templatelocation.h"
#include "templateview.h" #include "templateview.h"
#include <QCloseEvent>
#include <QtWidgets> #include <QtWidgets>
class ModifyTitleBlockCellCommand; class ModifyTitleBlockCellCommand;
class TitleBlockTemplateCommand; class TitleBlockTemplateCommand;