<QCloseEvent> DialogView.h -> DialogView.cpp

This commit is contained in:
Pavel Sanda 2020-10-14 13:57:30 +02:00
parent f1b147cc97
commit 57703d51c6
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,8 @@
#include "DialogView.h"
#include "GuiView.h"
#include <QCloseEvent>
namespace lyx {
namespace frontend {

View File

@ -14,7 +14,6 @@
#include "Dialog.h"
#include <QCloseEvent>
#include <QDialog>
namespace lyx {