more info about groups, tooltip fixes, logo corretions, invisible state, initiated fallback icons

This commit is contained in:
Blue 2019-06-22 23:37:22 +03:00
parent e456ba980d
commit 49aa99d4db
41 changed files with 1237 additions and 54 deletions

View file

@ -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: