Revision 1a80986...

Go back to digest for 13th January 2013

Other in Development Tools

Milian Wolff committed changes in [kdevplatform/sharedurls] /:

Add Path::isDirectParentOf which is a faster path.parent() == parent.

This method does not require any temporary allocations and should
thus be preferred over the previously used path.parent() == otherPath
idiom.

File Changes

Modified 5 files
  •   project/path.cpp
  •   project/path.h
  •   project/projectmodel.cpp
  •   plugins/genericprojectmanager/genericmanager.cpp
  •   project/tests/testpath.cpp
5 files changed in total