storage of chat room icons in local variables to avoid re-reading them from qrc everytime (patch from sss)

This commit is contained in:
csoler 2017-12-21 17:06:32 +01:00
parent acd83556e5
commit c2d55799e1
2 changed files with 9 additions and 5 deletions

View file

@ -120,6 +120,8 @@ private:
QAction *showinpeopleAct;
GxsIdChooser *ownIdChooser ;
//icons cache
QIcon bullet_red_128, bullet_grey_128, bullet_green_128, bullet_yellow_128;
};
#endif