[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
#define QETELEMENTEDITOR_H
#include <QMainWindow>
#include "../../ElementsCollection/elementslocation.h"
#include <QCloseEvent>
#include <QMainWindow>
class ElementScene;
class QActionGroup;
class ElementItemEditor;