Add FIXMEs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21876 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-30 09:49:35 +00:00
parent ace8ea9495
commit f1f7718282
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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);