Mercurial > hg > svcore
changeset 681:6097aacd7ba3
Comment only
author | Chris Cannam |
---|---|
date | Tue, 10 May 2011 13:57:37 +0100 |
parents | 27cdabba2d3e |
children | bd527db65d20 |
files | base/ResourceFinder.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);