<table><tr><td style="">bruns created this revision.<br />bruns added a reviewer: Frameworks.<br />Restricted Application added a project: Frameworks.<br />bruns requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12124">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Properties are associated with a specific interface, although the Solid<br />
UDisks2 backend merges properties from all interfaces into a single<br />
namespace.<br />
Fortunately most properties have either unique names accross interfaces,<br />
or are consistent (e.g. "Size" in org.fd.UDisks2.{Block,Partition}), thus<br />
this poses no problem in practice.<br />
QMap<>::unite(other) behaves like QMap<>::insertMulti(item), i.e. the<br />
map may contain multiple values per key, while QMap<>::insert(item)<br />
updates the value for existing keys.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>make<br />
solid-hardware list details</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R245 Solid</div></div></div><br /><div><strong>BRANCH</strong><div><div>unique_properties</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12124">https://phabricator.kde.org/D12124</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/solid/devices/backends/udisks2/udisksdevicebackend.cpp</div></div></div><br /><div><strong>To: </strong>bruns, Frameworks<br /><strong>Cc: </strong>michaelh, ngraham, bruns<br /></div>