mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
continue on switching QString and QByteArray
This commit is contained in:
parent
e4ce32bef8
commit
6a4cdcc471
28 changed files with 525 additions and 397 deletions
|
@ -54,8 +54,8 @@ public:
|
|||
|
||||
void setResetMode(bool resetMode);
|
||||
|
||||
ByteArray build(const ByteArray &key, const ByteArray &value);
|
||||
ByteArray build(const std::list<std::pair<ByteArray, ByteArray> > &data);
|
||||
ByteArray build(const std::string &key, const std::string &value);
|
||||
ByteArray build(const std::list<std::pair<std::string, std::string> > &data);
|
||||
|
||||
std::string errorMessage() const { return m_errorMessage; }
|
||||
bool isSuccessful() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue