comparison src/filestatuswidget.h @ 542:7829da6abe97 fswatcher

Provide all tracked files to the fs watcher, so now we get updates properly -- requires moving the "what should we display?" logic for show-all-files toggle from main window to file status widget, but it's probably better there anyway
author Chris Cannam
date Tue, 14 Feb 2012 16:48:01 +0000
parents 896b7903e8f2
children a1d210c767ab
comparison
equal deleted inserted replaced
541:0a16db274f2c 542:7829da6abe97
53 53
54 QStringList getSelectedAddableFiles() const; 54 QStringList getSelectedAddableFiles() const;
55 QStringList getSelectedRemovableFiles() const; 55 QStringList getSelectedRemovableFiles() const;
56 56
57 bool shouldShowAll() const; 57 bool shouldShowAll() const;
58 bool shouldShow(FileStates::State) const;
58 59
59 signals: 60 signals:
60 void selectionChanged(); 61 void selectionChanged();
61 void showAllChanged(); 62 void showAllChanged();
62 63