Changeset 1041 for trunk/rtorrent/src/core/view.h
- Timestamp:
- 03/13/08 10:28:17 (4 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/core/view.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/core/view.h
r938 r1041 121 121 void set_filter_on(int event); 122 122 123 void set_cfilter(const std::string& s) { m_cfilter = s; } 124 123 125 void clear_filter_on(); 124 126 … … 163 165 filter_list m_filter; 164 166 167 std::string m_cfilter; 168 165 169 rak::timer m_lastChanged; 166 170 signal_type m_signalChanged;
