# HG changeset patch # User Chris Cannam # Date 1305032257 -3600 # Node ID 6097aacd7ba3955f503233ecebed8cc9f32ecd50 # Parent 27cdabba2d3e093808c45dfdb8e2c15a772ce71f Comment only diff -r 27cdabba2d3e -r 6097aacd7ba3 base/ResourceFinder.h --- a/base/ResourceFinder.h Mon May 09 16:58:24 2011 +0100 +++ b/base/ResourceFinder.h Tue May 10 13:57:37 2011 +0100 @@ -81,6 +81,8 @@ /** * Return the true file path for the location in which the named * resource file in the given resource category should be saved. + * ResourceFinder will make a best effort to ensure this directory + * actually exists, before returning. */ QString getResourceSavePath(QString resourceCat, QString fileName);