]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiView.h
index be1e782442ca303089ddd3dbfc3a4c75d75fb7b3..667ce607881ecb7f6b7fb3c084e237c30c3ebfa3 100644 (file)
@@ -82,9 +82,6 @@ public:
        /// are we busy ?
        bool busy() const;
 
-       void saveCursorShapes();
-       void restoreCursorShapes();
-       void setCursorShapes(Qt::CursorShape shape);
 
        /// \name Generic accessor functions
        //@{
@@ -235,7 +232,6 @@ private Q_SLOTS:
        void processingThreadFinished(bool show_errors);
        void processingThreadFinished();
        void autoSaveThreadFinished();
-       void indicateProcessing();
 
        /// must be called in GUI thread
        void doShowDialog(QString const & qname, QString const & qdata,