<table><tr><td style="">alexeymin added a comment.
</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/D10829" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>To solve this warning you need to fix DocumentId class, add operator<<() for QDebug.</p>

<p>In <a href="https://phabricator.kde.org/D10826" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D10826</a> add:<br />
<tt style="background: #ebebeb; font-size: 13px;">QDebug operator<<(QDebug stream, const Baloo::DocumentId &docId);</tt> outside of baloo namespace, don't forget to <tt style="background: #ebebeb; font-size: 13px;">#include <QDebug></tt> in header</p>

<p>Implement this operator in .cpp file, eg. <tt style="background: #ebebeb; font-size: 13px;">stream << docId.inode() << docId.deviceId(); return stream</tt> or whatever, as it is done in <tt style="background: #ebebeb; font-size: 13px;">src/engine/document.h</tt> line 103</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10829" rel="noreferrer">https://phabricator.kde.org/D10829</a></div></div><br /><div><strong>To: </strong>michaelh, adridg, Baloo, Frameworks<br /><strong>Cc: </strong>alexeymin, ashaposhnikov, michaelh, kmorwinski, spoorun, nicolasfella<br /></div>