2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

warnings fixed, 0.8.25.dev code for os x and linux

This commit is contained in:
John Preston
2015-06-15 20:36:16 +03:00
parent 9fee0ace4c
commit ec1d547f27
5 changed files with 12 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ struct BotInfo {
struct PhotoData;
struct UserData : public PeerData {
UserData(const PeerId &id) : PeerData(id), lnk(new PeerLink(this)), photoId(0), onlineTill(0), contact(-1), photosCount(-1), botInfo(0) {
UserData(const PeerId &id) : PeerData(id), photoId(0), lnk(new PeerLink(this)), onlineTill(0), contact(-1), photosCount(-1), botInfo(0) {
}
void setPhoto(const MTPUserProfilePhoto &photo);
void setName(const QString &first, const QString &last, const QString &phoneName, const QString &username);