]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.cpp
Constify GuiView::busy().
[features.git] / src / frontends / qt4 / GuiView.cpp
index 735919925f16958a3631e00caf3ff359ee0ecd8d..37d7cf44372f50770afdbc5e3735248c83421af5 100644 (file)
@@ -1022,7 +1022,7 @@ bool GuiView::focusNextPrevChild(bool /*next*/)
 }
 
 
-bool GuiView::busy()
+bool GuiView::busy() const
 {
        return busy_;
 }