mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Move Cursor.h from TocWidget.h
This commit is contained in:
parent
fbefdb10a5
commit
ce0e192689
@ -20,6 +20,7 @@
|
||||
|
||||
#include "Buffer.h"
|
||||
#include "BufferView.h"
|
||||
#include "Cursor.h"
|
||||
#include "CutAndPaste.h"
|
||||
#include "FuncRequest.h"
|
||||
#include "FuncStatus.h"
|
||||
|
@ -15,15 +15,22 @@
|
||||
|
||||
#include "ui_TocUi.h"
|
||||
|
||||
#include "Cursor.h"
|
||||
#include "FuncCode.h"
|
||||
#include "FuncRequest.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QWidget>
|
||||
|
||||
class QModelIndex;
|
||||
class QString;
|
||||
class QPoint;
|
||||
class QTimer;
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class Cursor;
|
||||
class DispatchResult;
|
||||
class FuncStatus;
|
||||
class Inset;
|
||||
|
||||
namespace frontend {
|
||||
|
||||
class GuiView;
|
||||
|
Loading…
x
Reference in New Issue
Block a user