mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 07:02:30 +00:00
* Fixed minor bugs in the display of tracker groups. Patch by Josef
Drexler. * Cleanup of the CommandMap class. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1041 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -120,6 +120,8 @@ public:
|
||||
void set_filter(const filter_list& s) { m_filter = s; }
|
||||
void set_filter_on(int event);
|
||||
|
||||
void set_cfilter(const std::string& s) { m_cfilter = s; }
|
||||
|
||||
void clear_filter_on();
|
||||
|
||||
// The time of the last change to the view, semantics of this is
|
||||
@@ -162,6 +164,8 @@ private:
|
||||
|
||||
filter_list m_filter;
|
||||
|
||||
std::string m_cfilter;
|
||||
|
||||
rak::timer m_lastChanged;
|
||||
signal_type m_signalChanged;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user