]> git.lyx.org Git - features.git/commit
Implement FileMonitor as a wrapper for QFileSystemWatcher
authorGuillaume Munch <gm@lyx.org>
Mon, 27 Feb 2017 22:46:10 +0000 (23:46 +0100)
committerGuillaume Munch <gm@lyx.org>
Fri, 10 Mar 2017 23:50:57 +0000 (00:50 +0100)
commitcaa54e80ee410c0fa3cc9a1eea6588d68a92386b
tree86084e63668e6ceae31d90740424bad74d9f09bb
parent22edb3df96e78cf10aa94e0f2d9f6f6697534786
Implement FileMonitor as a wrapper for QFileSystemWatcher

The new file monitor supports both boost and qt signals. It is implemented in a
ressource-safe way.
src/support/FileMonitor.h
src/support/FileMonitor2.cpp [new file with mode: 0644]
src/support/FileMonitor2.h [new file with mode: 0644]
src/support/Makefile.am