forked from blue/squawk
more info about groups, tooltip fixes, logo corretions, invisible state, initiated fallback icons
This commit is contained in:
parent
e456ba980d
commit
49aa99d4db
41 changed files with 1237 additions and 54 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "item.h"
|
||||
#include "account.h"
|
||||
#include "contact.h"
|
||||
#include "group.h"
|
||||
|
||||
namespace Models
|
||||
{
|
||||
|
@ -50,7 +51,7 @@ public:
|
|||
private:
|
||||
Item* root;
|
||||
std::map<QString, Account*> accounts;
|
||||
std::map<ElId, Item*> groups;
|
||||
std::map<ElId, Group*> groups;
|
||||
std::multimap<ElId, Contact*> contacts;
|
||||
|
||||
private slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue