<table><tr><td style="">jtamate updated this revision to Diff 32362.<br />jtamate edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-a3cvhooervvn3qm/">(Show Details)</a><br />jtamate edited the test plan for this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-o62eiuf7eeuewwn/">(Show Details)</a><br />jtamate 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/D12228">View Revision</a></tr></table><br /><div><div><p>I have renamed one private slot because I didn't find a better solution.<br />
QOverload seems to work only for signals, not for slots.</p></div></div><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">(partial patch)<br />
There is a problem converting KCoreDirLister</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">Convert</span> to the new connect syntax<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">:<br />
<br />
In void KCoreDirLister::Private::connectJob(KIO::ListJob *job) (line 2724),<br />
In the old syntax it is using **private signals** from KJob without problems.<br />
But in the new syntax this is detected by the compiler and it does not compile.<br />
<br />
One solution is to put a big TODO for KF6.<br />
Another solution could be to make the signals public</span>.<br />
<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">Is</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">One of</span> the<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">re another solution?<br />
<br />
</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);"> private slots slotFilesRemoved has been renamed to slotFilesRemovedL.</span></div></div></div><br /><div><strong>CHANGES TO TEST PLAN</strong><div><div style="white-space: pre-wrap; color: #74777D;"><span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">Try to c</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">C</span>ompil<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">e, then pass</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">e and</span> the test<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">s</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">s pass</span>.</div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D12228?vs=32195&id=32362">https://phabricator.kde.org/D12228?vs=32195&id=32362</a></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>