]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.h
LyX 2.1 will support only Qt>=4.5.
[lyx.git] / src / support / FileMonitor.h
index 5b04b6c8ff8c5767354bb403ec90cc59f89b9b29..3f0b91785b3a56917b946b52344781942551d519 100644 (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);