mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
Task Scheduler, log viewer pops up and disapperes. good good
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@308 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <sigc++/slot.h>
|
||||
|
||||
#include "utils/task.h"
|
||||
|
||||
namespace display {
|
||||
class WindowDownloadList;
|
||||
class WindowHttpQueue;
|
||||
@@ -60,6 +62,8 @@ private:
|
||||
void receive_view_input();
|
||||
void receive_exit_input();
|
||||
|
||||
void task_update();
|
||||
|
||||
void bind_keys(input::Bindings* b);
|
||||
|
||||
void mark_dirty();
|
||||
@@ -71,6 +75,8 @@ private:
|
||||
WInput* m_textInput;
|
||||
WHttp* m_windowHttpQueue;
|
||||
|
||||
utils::Task m_taskUpdate;
|
||||
|
||||
Download* m_download;
|
||||
|
||||
DList* m_list;
|
||||
|
||||
Reference in New Issue
Block a user