]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/TocWidget.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / TocWidget.h
index 3f67606302705f2cb049477e46a2c7c9a9745782..9cb21bfcbfc61f8b1ebdd9221de44f1aeed38efe 100644 (file)
@@ -40,6 +40,9 @@ public:
        void init(QString const & str);
        ///
        void doDispatch(Cursor & cur, FuncRequest const & fr);
+       ///send request to lyx::dispatch with proper guiview handle
+       ///(if ToC is detached current_view can be different window)
+       void sendDispatch(FuncRequest fr);
        ///
        bool getStatus(Cursor & cur, FuncRequest const & fr, FuncStatus & status)
                const;