mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
Merge branch 'v0.6-TorControl' of github.com:csoler/RetroShare into v0.6-TorControl
This commit is contained in:
commit
1e8e489cd1
9 changed files with 49 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue