mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Buffer::getAutosaveFileName() can now be private as it should.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36327 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ae852848fa
commit
ce0304e6f4
@ -241,14 +241,12 @@ public:
|
||||
/// \return a status message towards the user.
|
||||
docstring emergencyWrite();
|
||||
|
||||
//FIXME:The following three functions should be private
|
||||
//FIXME:The following two functions should be private
|
||||
//private:
|
||||
///
|
||||
void removeAutosaveFile() const;
|
||||
///
|
||||
void moveAutosaveFile(support::FileName const & old) const;
|
||||
/// Get the filename of the autosave file associated with the Buffer
|
||||
support::FileName getAutosaveFileName() const;
|
||||
|
||||
private:
|
||||
/// Try to load an autosave file associated to \c fn.
|
||||
@ -257,6 +255,8 @@ private:
|
||||
ReadStatus loadEmergency();
|
||||
/// Get the filename of the emergency file associated with the Buffer
|
||||
support::FileName getEmergencyFileName() const;
|
||||
/// Get the filename of the autosave file associated with the Buffer
|
||||
support::FileName getAutosaveFileName() const;
|
||||
//@}
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user