[LyX/master] include "GuiView.h": DialogView.h -> DialogView.cpp
Pavel Sanda
sanda at lyx.org
Wed Oct 14 11:26:33 UTC 2020
commit f1b147cc9771a87f4845cd132542f640ed5a80a2
Author: Pavel Sanda <sanda at lyx.org>
Date: Wed Oct 14 13:53:40 2020 +0200
include "GuiView.h": DialogView.h -> DialogView.cpp
---
src/frontends/qt/DialogView.cpp | 1 +
src/frontends/qt/DialogView.h | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/DialogView.cpp b/src/frontends/qt/DialogView.cpp
index 1c973b4..9613d4b 100644
--- a/src/frontends/qt/DialogView.cpp
+++ b/src/frontends/qt/DialogView.cpp
@@ -12,6 +12,7 @@
#include <config.h>
#include "DialogView.h"
+#include "GuiView.h"
namespace lyx {
diff --git a/src/frontends/qt/DialogView.h b/src/frontends/qt/DialogView.h
index bb90ab8..22bbe06 100644
--- a/src/frontends/qt/DialogView.h
+++ b/src/frontends/qt/DialogView.h
@@ -13,7 +13,6 @@
#define DIALOGVIEW_H
#include "Dialog.h"
-#include "GuiView.h"
#include <QCloseEvent>
#include <QDialog>
More information about the lyx-cvs
mailing list