mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
storage of chat room icons in local variables to avoid re-reading them from qrc everytime (patch from sss)
This commit is contained in:
parent
acd83556e5
commit
c2d55799e1
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue