mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
delete unused interface.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25291 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
96d9324f4d
commit
56f7a70e48
@ -74,10 +74,6 @@ public:
|
|||||||
///
|
///
|
||||||
TocModels();
|
TocModels();
|
||||||
///
|
///
|
||||||
typedef QHash<QString, TocModel *>::const_iterator const_iterator;
|
|
||||||
const_iterator begin() const { return models_.begin(); }
|
|
||||||
const_iterator end() const { return models_.end(); }
|
|
||||||
///
|
|
||||||
void reset(BufferView const * bv);
|
void reset(BufferView const * bv);
|
||||||
///
|
///
|
||||||
int depth(QString const & type);
|
int depth(QString const & type);
|
||||||
@ -99,12 +95,11 @@ Q_SIGNALS:
|
|||||||
void modelReset();
|
void modelReset();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
typedef QHash<QString, TocModel *>::const_iterator const_iterator;
|
||||||
typedef QHash<QString, TocModel *>::iterator iterator;
|
typedef QHash<QString, TocModel *>::iterator iterator;
|
||||||
///
|
///
|
||||||
void clear();
|
void clear();
|
||||||
///
|
///
|
||||||
void deleteAll();
|
|
||||||
///
|
|
||||||
BufferView const * bv_;
|
BufferView const * bv_;
|
||||||
///
|
///
|
||||||
QHash<QString, TocModel *> models_;
|
QHash<QString, TocModel *> models_;
|
||||||
|
Loading…
Reference in New Issue
Block a user