mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 01:38:51 -04:00
Merge pull request #2612 from PhenomRetroShare/Fix_MacOS_Build
Fix MacOS build
This commit is contained in:
commit
7521253ea8
2 changed files with 16 additions and 0 deletions
|
@ -47,7 +47,9 @@
|
|||
#include <QTcpSocket>
|
||||
#include <QTimer>
|
||||
|
||||
#ifdef RS_USE_I2P_SAM3
|
||||
#include <libsam3.h>
|
||||
#endif
|
||||
|
||||
#define ICON_STATUS_UNKNOWN ":/images/ledoff1.png"
|
||||
#define ICON_STATUS_WORKING ":/images/yellowled.png"
|
||||
|
@ -1562,6 +1564,7 @@ void ServerPage::syncI2PProxyAddrSam(QString t)
|
|||
|
||||
void ServerPage::taskFinished(taskTicket *&ticket)
|
||||
{
|
||||
#ifdef RS_USE_I2P_SAM3
|
||||
switch (ticket->task) {
|
||||
case autoProxyTask::receiveKey:
|
||||
{
|
||||
|
@ -1629,6 +1632,7 @@ void ServerPage::taskFinished(taskTicket *&ticket)
|
|||
|
||||
delete ticket;
|
||||
ticket = nullptr;
|
||||
#endif //RS_USE_I2P_SAM3
|
||||
}
|
||||
|
||||
void ServerPage::connectionWithoutCert()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue