]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToolbar.h
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiToolbar.h
index b4a4b6efbe6e839dadc6914c20d4617c8b8a2e82..e5b869caa0ff8f4f60df956baa330610a7de751b 100644 (file)
@@ -32,6 +32,7 @@ class ToolbarItem;
 
 namespace frontend {
 
+class FilterItemDelegate;
 class GuiCommandBuffer;
 class GuiFilterProxyModel;
 class GuiView;
@@ -52,7 +53,10 @@ public:
        void addItemSort(docstring const & item, bool sorted);
 
        ///
-       bool eventFilter(QObject *o, QEvent *e);
+       void showPopup();
+       
+       ///
+       bool eventFilter(QObject * o, QEvent * e);
        ///
        QString const & filter() { return filter_; }
 
@@ -81,6 +85,8 @@ private:
        int lastSel_;
        /// the character filter
        QString filter_;
+       ///
+       FilterItemDelegate * filterItemDelegate_;
 };