mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-25 17:44:59 +00:00
Rename tolastopened to in_close_event. I forgot this in r31106.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31107 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0e3f25489e
commit
6ab8377995
@ -297,13 +297,13 @@ private:
|
|||||||
bool saveBuffer(Buffer & b);
|
bool saveBuffer(Buffer & b);
|
||||||
///
|
///
|
||||||
bool closeWorkArea(GuiWorkArea * wa, bool close_buffer,
|
bool closeWorkArea(GuiWorkArea * wa, bool close_buffer,
|
||||||
bool tolastopened = false, bool mark_active = false);
|
bool in_close_event = false, bool mark_active = false);
|
||||||
/// gives the user the possibility to save his work
|
/// gives the user the possibility to save his work
|
||||||
/// or to discard the changes. If hiding is true, the
|
/// or to discard the changes. If hiding is true, the
|
||||||
/// document will be reloaded.
|
/// document will be reloaded.
|
||||||
bool saveBufferIfNeeded(Buffer & buf, bool hiding);
|
bool saveBufferIfNeeded(Buffer & buf, bool hiding);
|
||||||
///
|
///
|
||||||
bool closeBufferAll(bool tolastopened = false);
|
bool closeBufferAll(bool in_close_event = false);
|
||||||
/// is the buffer in this workarea also shown in another tab ?
|
/// is the buffer in this workarea also shown in another tab ?
|
||||||
/// This tab can either be in the same view or in another one.
|
/// This tab can either be in the same view or in another one.
|
||||||
bool inMultiTabs(GuiWorkArea * wa);
|
bool inMultiTabs(GuiWorkArea * wa);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user