]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/TocModel.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / TocModel.h
index c8c8c46bf42d309c11d3ea0295b7539a37a8e0ae..7475416160198a57ac531b2341acaeee25b3f959 100644 (file)
@@ -30,7 +30,7 @@ class TocItem;
 namespace frontend {
 
 /// A QStandardItemModel that gives access to the reset method.
-/// This is needed in order to fix http://bugzilla.lyx.org/show_bug.cgi?id=3740
+/// This is needed in order to fix http://www.lyx.org/trac/ticket/3740
 class TocTypeModel : public QStandardItemModel
 {
 public:
@@ -118,6 +118,9 @@ public:
        void sort(QString const & type, bool sort_it);
        ///
        bool isSorted(QString const & type) const;
+       /// the item that is currently selected
+       TocItem const currentItem(QString const & type,
+               QModelIndex const & index) const;
 
 Q_SIGNALS:
        /// Signal that the internal toc_models_ has been reset.