mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Document this hack before forgeting the purpose
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32844 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
40c735f4d1
commit
d753f2b25a
@ -67,6 +67,13 @@ public:
|
||||
/// Register the document as an VC file.
|
||||
bool registrer();
|
||||
|
||||
|
||||
// std::string used as a return value in fucntions below are
|
||||
// workaround to defer messages to be displayed in UI. If message()
|
||||
// is used directly, message string is immediately overwritten
|
||||
// by the next multiple messages on the top of the processed dispatch
|
||||
// machinery.
|
||||
|
||||
/// Unlock and commit changes. Returns log.
|
||||
std::string checkIn();
|
||||
/// Does the current VC supports this operation?
|
||||
|
Loading…
Reference in New Issue
Block a user