In the DocumentPrivate class there is a QMap Object: m_searches.<br>Here is a snippet:<br><br>        // find descriptors, mapped by ID (we handle multiple searches)<br>        QMap< int, RunningSearch * > m_searches;<br>


<br>Does it actually happen that this m_searches map has more than 2 values?<br>How can I reproduce such scenario?<br><br>Kind regards,<br>Jakub Zakrzewski<br>