Optimized search of feed items in RSFeedWidget by using a map instead of QTreeWidgetItemIterator.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8013 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-03-12 13:59:56 +00:00
parent 6ef761e4e5
commit cdf9a5b4d4
6 changed files with 168 additions and 53 deletions

View file

@ -454,7 +454,7 @@
</widget>
</item>
<item>
<widget class="RSFeedWidget" name="feedWidget" native="true">
<widget class="GxsFeedWidget" name="feedWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
@ -497,9 +497,9 @@
<header>gui/common/SubscribeToolButton.h</header>
</customwidget>
<customwidget>
<class>RSFeedWidget</class>
<class>GxsFeedWidget</class>
<extends>QWidget</extends>
<header>gui/common/RSFeedWidget.h</header>
<header>gui/gxs/GxsFeedWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>