[LyX/master] <QCloseEvent> DialogView.h -> DialogView.cpp
Pavel Sanda
sanda at lyx.org
Wed Oct 14 11:30:05 UTC 2020
commit 57703d51c612ffcdd58fe1a9983cd4682965b974
Author: Pavel Sanda <sanda at lyx.org>
Date: Wed Oct 14 13:57:30 2020 +0200
<QCloseEvent> DialogView.h -> DialogView.cpp
---
src/frontends/qt/DialogView.cpp | 2 ++
src/frontends/qt/DialogView.h | 1 -
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/DialogView.cpp b/src/frontends/qt/DialogView.cpp
index 9613d4b..a5e411d 100644
--- a/src/frontends/qt/DialogView.cpp
+++ b/src/frontends/qt/DialogView.cpp
@@ -14,6 +14,8 @@
#include "DialogView.h"
#include "GuiView.h"
+#include <QCloseEvent>
+
namespace lyx {
namespace frontend {
diff --git a/src/frontends/qt/DialogView.h b/src/frontends/qt/DialogView.h
index 22bbe06..ee29471 100644
--- a/src/frontends/qt/DialogView.h
+++ b/src/frontends/qt/DialogView.h
@@ -14,7 +14,6 @@
#include "Dialog.h"
-#include <QCloseEvent>
#include <QDialog>
namespace lyx {
More information about the lyx-cvs
mailing list