Merge branch 'v0.6-TorControl' of github.com:csoler/RetroShare into v0.6-TorControl

This commit is contained in:
csoler 2021-12-30 19:51:53 +01:00
commit 1e8e489cd1
9 changed files with 49 additions and 8 deletions

View file

@ -42,6 +42,11 @@ TorControlDialog::TorControlDialog(QWidget *)
adjustSize();
}
TorControlDialog::~TorControlDialog()
{
rsEvents->unregisterEventsHandler(mEventHandlerId);
}
void TorControlDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
{
if(event->mType != RsEventType::TOR_MANAGER) return;