|
|
@ -123,8 +123,8 @@ public: |
|
|
|
void showUpdateDownloadProgress(); |
|
|
|
void showUpdateDownloadProgress(); |
|
|
|
void addFriendDialog(const Friend* frnd, ContentDialog* dialog); |
|
|
|
void addFriendDialog(const Friend* frnd, ContentDialog* dialog); |
|
|
|
void addGroupDialog(Group* group, ContentDialog* dialog); |
|
|
|
void addGroupDialog(Group* group, ContentDialog* dialog); |
|
|
|
bool newFriendMessageAlert(const ToxPk& friendId, const QString text, bool sound = true, bool file = false); |
|
|
|
bool newFriendMessageAlert(const ToxPk& friendId, const QString& text, bool sound = true, bool file = false); |
|
|
|
bool newGroupMessageAlert(const GroupId& groupId, const ToxPk authorPk, const QString message, bool notify); |
|
|
|
bool newGroupMessageAlert(const GroupId& groupId, const ToxPk& authorPk, const QString& message, bool notify); |
|
|
|
bool getIsWindowMinimized(); |
|
|
|
bool getIsWindowMinimized(); |
|
|
|
void updateIcons(); |
|
|
|
void updateIcons(); |
|
|
|
|
|
|
|
|
|
|
|