Replace g_idle_add_full() with IdleRegister (#3767)

This commit is contained in:
Flössie
2017-03-30 21:40:09 +02:00
parent 91f8e46029
commit 6e1f7df2fb
6 changed files with 64 additions and 62 deletions

View File

@@ -53,9 +53,11 @@ class BatchQueuePanel : public Gtk::VBox,
Gtk::HBox* bottomBox;
Gtk::HBox* topBox;
public:
IdleRegister idle_register;
public:
explicit BatchQueuePanel (FileCatalog* aFileCatalog);
~BatchQueuePanel();
void init (RTWindow* parent);