forked from blue/squawk
adding and removing contacts, rester testing
This commit is contained in:
parent
f0f26ae1a1
commit
bb509be29a
16 changed files with 389 additions and 14 deletions
|
@ -25,8 +25,11 @@ public:
|
|||
|
||||
Account* getAccount(int index);
|
||||
|
||||
std::deque<QString> getNames() const;
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
void sizeChanged(unsigned int size);
|
||||
|
||||
private:
|
||||
std::deque<Account*> accs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue