mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 14:04:25 +00:00
Next comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32845 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d753f2b25a
commit
aec9fc1c5b
@ -68,7 +68,7 @@ public:
|
|||||||
bool registrer();
|
bool registrer();
|
||||||
|
|
||||||
|
|
||||||
// std::string used as a return value in fucntions below are
|
// std::string used as a return value in functions below are
|
||||||
// workaround to defer messages to be displayed in UI. If message()
|
// workaround to defer messages to be displayed in UI. If message()
|
||||||
// is used directly, message string is immediately overwritten
|
// is used directly, message string is immediately overwritten
|
||||||
// by the next multiple messages on the top of the processed dispatch
|
// by the next multiple messages on the top of the processed dispatch
|
||||||
@ -123,6 +123,8 @@ public:
|
|||||||
/// Is the document under administration by VCS?
|
/// Is the document under administration by VCS?
|
||||||
bool inUse() const;
|
bool inUse() const;
|
||||||
|
|
||||||
|
/// FIXME ressurect version once we add version info
|
||||||
|
/// into SVN. RCS parser is already prepared.
|
||||||
/// Returns the version number.
|
/// Returns the version number.
|
||||||
//std::string const & version() const;
|
//std::string const & version() const;
|
||||||
/// Returns the version number.
|
/// Returns the version number.
|
||||||
|
Loading…
Reference in New Issue
Block a user