mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Constify GuiView::busy().
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34622 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a26a9be9bc
commit
068d87a711
@ -1022,7 +1022,7 @@ bool GuiView::focusNextPrevChild(bool /*next*/)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool GuiView::busy()
|
bool GuiView::busy() const
|
||||||
{
|
{
|
||||||
return busy_;
|
return busy_;
|
||||||
}
|
}
|
||||||
|
@ -80,7 +80,7 @@ public:
|
|||||||
///
|
///
|
||||||
void setBusy(bool);
|
void setBusy(bool);
|
||||||
/// are we busy ?
|
/// are we busy ?
|
||||||
bool busy();
|
bool busy() const;
|
||||||
|
|
||||||
/// \name Generic accessor functions
|
/// \name Generic accessor functions
|
||||||
//@{
|
//@{
|
||||||
|
Loading…
Reference in New Issue
Block a user