include "GuiView.h": DialogView.h -> DialogView.cpp

This commit is contained in:
Pavel Sanda 2020-10-14 13:53:40 +02:00
parent 10fafd3bfe
commit f1b147cc97
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include <config.h>
#include "DialogView.h"
#include "GuiView.h"
namespace lyx {

View File

@ -13,7 +13,6 @@
#define DIALOGVIEW_H
#include "Dialog.h"
#include "GuiView.h"
#include <QCloseEvent>
#include <QDialog>