mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
Move GuiView.h from DockView.h
This commit is contained in:
parent
57703d51c6
commit
61824e057e
@ -12,6 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "DockView.h"
|
||||
#include "GuiView.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -13,7 +13,6 @@
|
||||
#define DOCK_VIEW_H
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "GuiView.h"
|
||||
|
||||
#include <QDockWidget>
|
||||
#include <QKeyEvent>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "Text.h"
|
||||
#include "CutAndPaste.h"
|
||||
#include "FuncRequest.h"
|
||||
#include "GuiView.h"
|
||||
#include "Language.h"
|
||||
#include "LyX.h"
|
||||
#include "LyXRC.h"
|
||||
|
@ -18,6 +18,11 @@
|
||||
#include "DockView.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class Cursor;
|
||||
class DispatchResult;
|
||||
class FuncStatus;
|
||||
|
||||
namespace frontend {
|
||||
|
||||
class TocWidget;
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "BufferView.h"
|
||||
#include "Cursor.h"
|
||||
#include "Format.h"
|
||||
#include "GuiView.h"
|
||||
#include "FuncRequest.h"
|
||||
#include "LyX.h"
|
||||
#include "Paragraph.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user