mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04:00
fixed bug caused by accessing Settings from non Qt thread
This commit is contained in:
parent
f118b4656e
commit
b6ca07aaa3
4 changed files with 14 additions and 9 deletions
|
@ -243,6 +243,8 @@ struct RsConnectionEvent : RsEvent
|
|||
RsEvent::serial_process(j, ctx);
|
||||
RS_SERIAL_PROCESS(mConnectionInfoCode);
|
||||
RS_SERIAL_PROCESS(mSslId);
|
||||
RS_SERIAL_PROCESS(mStrInfo1);
|
||||
RS_SERIAL_PROCESS(mStrInfo2);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue