mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32742 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
90afc5fb6d
commit
d86cae50f8
@ -105,7 +105,12 @@ public:
|
||||
*/
|
||||
const std::string getLogFile() const;
|
||||
|
||||
///
|
||||
/**
|
||||
* We do not support this generally. In RCS/SVN file read-only flag
|
||||
* is often connected with locking state and one has to be careful to
|
||||
* keep things in synchro once we would allow user to toggle
|
||||
* read-only flags.
|
||||
*/
|
||||
void toggleReadOnly();
|
||||
|
||||
/// Is the document under administration by VCS?
|
||||
|
Loading…
Reference in New Issue
Block a user