first primitive file watcher implemented

This commit is contained in:
nemu
2009-05-22 11:38:21 +00:00
parent c31c4c6c87
commit c89026c018
7 changed files with 252 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ CONFIG += qt \
debug
HEADERS = musrgui.h \
PFileWatcher.h \
PTextEdit.h \
PSubTextEdit.h \
PAdmin.h \
@@ -32,7 +33,8 @@ HEADERS = musrgui.h \
PMsr2DataDialog.h \
PGetPlotDialog.h
SOURCES = PTextEdit.cpp \
SOURCES = PFileWatcher.cpp \
PTextEdit.cpp \
PSubTextEdit.cpp \
PAdmin.cpp \
PFindDialog.cpp \