mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 15:05:35 -04:00
removed more QString, QHostAddress, QFile, QDir,...
This commit is contained in:
parent
b03802fa1b
commit
bb37e2692b
17 changed files with 151 additions and 84 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
|
||||
std::string errorMessage() const { return m_errorMessage; }
|
||||
|
||||
void connectToHost(const std::string& tcp_address,uint16_t tcp_port);
|
||||
void registerEvent(const ByteArray &event, TorControlCommand *handler);
|
||||
|
||||
void sendCommand(const ByteArray& data) { sendCommand(0, data); }
|
||||
|
@ -59,6 +60,7 @@ public:
|
|||
|
||||
virtual int tick() override;
|
||||
|
||||
std::string peerAddress() const;
|
||||
//signals:
|
||||
void error(const std::string& message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue