forked from blue/squawk
first prototype
This commit is contained in:
parent
494afcf2b5
commit
83a2e6af85
13 changed files with 365 additions and 244 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
namespace Models {
|
||||
|
||||
class Contact;
|
||||
|
||||
class Group : public Models::Item
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -36,8 +38,6 @@ public:
|
|||
|
||||
unsigned int getUnreadMessages() const;
|
||||
unsigned int getOnlineContacts() const;
|
||||
|
||||
bool hasContact(const QString& jid) const;
|
||||
|
||||
protected:
|
||||
void _removeChild(int index) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue