[Differential] [Request, 169 lines] D4584: KDirWatch: replace QList<Client *> by std::vector<Client> to save on new/delete.

David Faure noreply at phabricator.kde.org
Sun Feb 12 08:46:14 UTC 2017


dfaure created this revision.
dfaure added reviewers: aacid, mpyne.
dfaure added a subscriber: Frameworks.
Restricted Application added a project: Frameworks.

REVISION SUMMARY
  Using std::vector rather than QVector in order to be able to use emplace_back
  to avoid copying.

TEST PLAN
  ctest

REPOSITORY
  R244 KCoreAddons

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D4584

AFFECTED FILES
  src/lib/io/kdirwatch.cpp
  src/lib/io/kdirwatch_p.h

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: dfaure, aacid, mpyne
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170212/82b1827f/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list