<table><tr><td style="">kossebau 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/D9160" rel="noreferrer">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D9160#175583" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D9160#175583</a>, <a href="https://phabricator.kde.org/p/mwolff/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;" rel="noreferrer">@mwolff</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D9160#175540" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D9160#175540</a>, <a href="https://phabricator.kde.org/p/brauch/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;" rel="noreferrer">@brauch</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>Hmm, this will break build of all the plugins, no?</p></div>
</blockquote></div>
</blockquote>

<p>Yes, needs adaption of some plugins, have that locally prepared for kdevpython/php at least already. Would be pushing the fixes as follow-ups once this patch is in. Want to see the diff for those as well first?</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Only thing I'm sceptical about is QStringList, esp. in tests or so it can have useful  API over QVector<QString> ... but ok, if none of that is needed, fine ;)</p></blockquote>

<p><tt style="background: #ebebeb; font-size: 13px;">QString</tt> has <tt style="background: #ebebeb; font-size: 13px;">sizeof(void*)</tt>, this change should not touch it. Why did you do that Friedrich?</p></blockquote>

<p>The change in test_quickopen.cpp from QStringList to QVector<QString> is needed to match the change in the API of <tt style="background: #ebebeb; font-size: 13px;">template<class Item, class Parent> class KDevelop::PathFilter</tt> from QList to QVector. Which is done because of most if not all <tt style="background: #ebebeb; font-size: 13px;">Item</tt> used being bigger than a pointer size, just the test here uses QString for Item for some simple to test type. (see <tt style="background: #ebebeb; font-size: 13px;">setItems(const QVector<Item>& data)</tt> & Co).<br />
Perhaps worth a comment in the test code, to make that more obvious?</p>

<p>Other than that there should be no QStringList -> QVector change. Did I trick myself somewhere?</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9160" rel="noreferrer">https://phabricator.kde.org/D9160</a></div></div><br /><div><strong>To: </strong>kossebau, KDevelop<br /><strong>Cc: </strong>mwolff, brauch, kdevelop-devel<br /></div>