Mercurial > hg > svcore
diff data/fileio/FileSource.h @ 1036:682d64f05e72
Merge
author | Chris Cannam |
---|---|
date | Mon, 02 Mar 2015 17:21:34 +0000 |
parents | 3a48b22fed48 |
children | 329ddaf7415d |
line wrap: on
line diff
--- a/data/fileio/FileSource.h Mon Mar 02 17:17:59 2015 +0000 +++ b/data/fileio/FileSource.h Mon Mar 02 17:21:34 2015 +0000 @@ -195,6 +195,13 @@ */ static bool canHandleScheme(QUrl url); + /** + * Print some stats, if FileSource was compiled with debugging. + * It's safe to leave a call to this function in release code, as + * long as FileSource itself is compiled with release flags. + */ + static void debugReport(); + signals: /** * Emitted during URL retrieval, when the retrieval progress