mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* TocModel.h: compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24584 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
96956421bb
commit
f89c7710b7
@ -69,7 +69,7 @@ public:
|
||||
///
|
||||
TocModels(): bv_(0) {}
|
||||
///
|
||||
TocModels::~TocModels() { clear(); }
|
||||
~TocModels() { clear(); }
|
||||
///
|
||||
void reset(BufferView const * bv);
|
||||
///
|
||||
@ -77,11 +77,11 @@ public:
|
||||
///
|
||||
QStandardItemModel * model(int type);
|
||||
///
|
||||
QModelIndex TocModels::currentIndex(int type) const;
|
||||
QModelIndex currentIndex(int type) const;
|
||||
///
|
||||
void goTo(int type, QModelIndex const & index) const;
|
||||
///
|
||||
void TocModels::init(Buffer const & buffer);
|
||||
void init(Buffer const & buffer);
|
||||
/// Test if outlining operation is possible
|
||||
bool canOutline(int type) const;
|
||||
/// Return the list of types available
|
||||
|
Loading…
Reference in New Issue
Block a user