forked from blue/squawk
initial functionality of mucs
This commit is contained in:
parent
e2cc1bae2e
commit
023494de0b
23 changed files with 347 additions and 119 deletions
|
@ -47,11 +47,17 @@ class Item : public QObject{
|
|||
Item *parentItem();
|
||||
const Item *parentItemConst() const;
|
||||
|
||||
|
||||
QString getAccountName() const;
|
||||
QString getAccountJid() const;
|
||||
QString getAccountResource() const;
|
||||
|
||||
const Type type;
|
||||
|
||||
protected:
|
||||
virtual void changed(int col);
|
||||
virtual void _removeChild(int index);
|
||||
const Item* getParentAccount() const;
|
||||
|
||||
protected:
|
||||
QString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue