]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiApplication.h
First step towards fixing bug 4588: move the ui file reading and the ToolbarBackend...
[features.git] / src / frontends / qt4 / GuiApplication.h
index c6683cc25095b109879c51d2f736850b73d18665..e36934d35de54d9179d251721c5e9a26677192eb 100644 (file)
@@ -127,6 +127,9 @@ private Q_SLOTS:
 private:
        ///
        bool closeAllViews();
+       /// read the given ui (menu/toolbar) file
+       bool readUIFile(std::string const & name, bool include = false);
+
        /// This LyXView is the one receiving Clipboard and Selection
        /// events
        GuiView * current_view_;