17class SCORE_LIB_BASE_EXPORT
FileWatch :
public QObject
25 void add(QString path, comparable_function cb);
26 void remove(QString path, comparable_function cb);
27 void timerEvent(QTimerEvent* ev);
36 boost::container::small_vector<comparable_function, 1> functions;
39 using map_type = ossia::flat_map<QString, watch>;