<table><tr><td style="">jtamate created this revision.<br />jtamate added reviewers: dfaure, Frameworks.<br />Restricted Application added a project: Frameworks.<br />jtamate 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/D12228">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>(partial patch)<br />
There is a problem converting KCoreDirLister to the new connect syntax:</p>

<p>In void KCoreDirLister::Private::connectJob(KIO::ListJob *job) (line 2724),<br />
In the old syntax it is using <strong>private signals</strong> from KJob without problems.<br />
But in the new syntax this is detected by the compiler and it does not compile.</p>

<p>One solution is to put a big TODO for KF6.<br />
Another solution could be to make the signals public.<br />
Is there another solution?</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Try to compile, then pass the tests.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12228">https://phabricator.kde.org/D12228</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/core/kcoredirlister.cpp<br />
src/core/kcoredirlister_p.h</div></div></div><br /><div><strong>To: </strong>jtamate, dfaure, Frameworks<br /><strong>Cc: </strong>michaelh, ngraham, bruns<br /></div>