* 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:
Jürgen Spitzmüller 2008-05-02 15:54:41 +00:00
parent 96956421bb
commit f89c7710b7

View File

@ -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