mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Add FIXMEs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21876 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ace8ea9495
commit
f1f7718282
@ -80,6 +80,7 @@ public:
|
||||
wrongversion ///< The version of the file does not match ours
|
||||
};
|
||||
|
||||
|
||||
/// Method to check if a file is externally modified, used by
|
||||
/// isExternallyModified()
|
||||
/**
|
||||
@ -90,6 +91,8 @@ public:
|
||||
* checksum is accurate but slow, which can be a problem when it is
|
||||
* frequently used, or used for a large file on a slow (network) file
|
||||
* system.
|
||||
*
|
||||
* FIXME: replace this method with support/FileMonitor.
|
||||
*/
|
||||
enum CheckMethod {
|
||||
checksum_method, ///< Use file checksum
|
||||
|
@ -27,6 +27,8 @@ class FileMonitor
|
||||
public:
|
||||
/** Once monitoring begins, the file will be monitored every
|
||||
* interval ms.
|
||||
*
|
||||
* FIXME: rewrite and simplify using an encapsulation of QFileSystemWatcher.
|
||||
*/
|
||||
FileMonitor(FileName const & file_with_path, int interval);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user