Replace g_idle_add_full()
with IdleRegister
(#3767)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user