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