X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FFileMonitor.h;h=3f0b91785b3a56917b946b52344781942551d519;hb=0a9735c5f7bbbaa24ac2e3e4fa745c6dfbc95a18;hp=5b04b6c8ff8c5767354bb403ec90cc59f89b9b29;hpb=efbf9fec5ecefc45caf3b9d0c4dba2a4be969b26;p=lyx.git diff --git a/src/support/FileMonitor.h b/src/support/FileMonitor.h index 5b04b6c8ff..3f0b91785b 100644 --- a/src/support/FileMonitor.h +++ b/src/support/FileMonitor.h @@ -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);