|
|
@ -98,7 +98,7 @@ private slots: |
|
|
|
void onAvatarOfferReceived(uint32_t friendId, uint32_t fileId, const QByteArray& avatarHash); |
|
|
|
void onAvatarOfferReceived(uint32_t friendId, uint32_t fileId, const QByteArray& avatarHash); |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
Profile(QString name, const QString& password, bool newProfile, const QByteArray& toxsave, |
|
|
|
Profile(const QString& name, const QString& password, bool newProfile, const QByteArray& toxsave, |
|
|
|
std::unique_ptr<ToxEncrypt> passKey); |
|
|
|
std::unique_ptr<ToxEncrypt> passKey); |
|
|
|
static QStringList getFilesByExt(QString extension); |
|
|
|
static QStringList getFilesByExt(QString extension); |
|
|
|
QString avatarPath(const ToxPk& owner, bool forceUnencrypted = false); |
|
|
|
QString avatarPath(const ToxPk& owner, bool forceUnencrypted = false); |
|
|
|