<table><tr><td style="">mutlaqja 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/D26250">View Revision</a></tr></table><br /><div><div><p>Btw, you don't have to remove your changes completely. You can enclose them in #if statements. For example</p>

<p>#if QT_VERSION >= QT_VERSION_CHECK(5,13,0)<br />
jobs.swapItemsAt(currentRow, destinationRow);<br />
#else<br />
jobs.swap(currentRow, destinationRow);<br />
#endif</p>

<p>This way we fix the warning on more recent Qt versions and also it is a reminder for us to remove this check once Qt 5.13 becomes the minimum supported version by KStars, so it's a double win. You can do this for all the changes you proposed above.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R321 KStars</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26250">https://phabricator.kde.org/D26250</a></div></div><br /><div><strong>To: </strong>shubham, mutlaqja<br /><strong>Cc: </strong>kde-edu, narvaez, apol<br /></div>