]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.h
Constify GuiView::busy().
[features.git] / src / frontends / qt4 / GuiView.h
index 72a53dbdc6129b8796ca5a1fd20fe18dbc2c4708..f1612b99d7e4390c072846bd101801ec26e306f4 100644 (file)
@@ -80,7 +80,7 @@ public:
        ///
        void setBusy(bool);
        /// are we busy ?
-       bool busy();
+       bool busy() const;
 
        /// \name Generic accessor functions
        //@{