Mercurial > hg > svcore
annotate data/fileio/FileFinder.cpp @ 615:521438145bd7
More changes related to strict/tolerant URL parsing:
* when selecting an output file name for a given input filename:
- parse the url in StrictMode;
- also, use completeBaseName() rather than baseName()
* when writing out a file:/// URL to the audio:
- parse the url in StrictMode.
author | Christophe Rhodes |
---|---|
date | Wed, 07 Oct 2009 16:45:45 +0000 |
parents | 442e2ff876aa |
children |
rev | line source |
---|---|
Chris@582 | 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ |
Chris@582 | 2 |
Chris@582 | 3 /* |
Chris@582 | 4 Sonic Visualiser |
Chris@582 | 5 An audio file viewer and annotation editor. |
Chris@582 | 6 Centre for Digital Music, Queen Mary, University of London. |
Chris@582 | 7 This file copyright 2009 QMUL. |
Chris@582 | 8 |
Chris@582 | 9 This program is free software; you can redistribute it and/or |
Chris@582 | 10 modify it under the terms of the GNU General Public License as |
Chris@582 | 11 published by the Free Software Foundation; either version 2 of the |
Chris@582 | 12 License, or (at your option) any later version. See the file |
Chris@582 | 13 COPYING included with this distribution for more information. |
Chris@582 | 14 */ |
Chris@582 | 15 |
Chris@582 | 16 #include "FileFinder.h" |
Chris@582 | 17 |
Chris@582 | 18 FileFinder * |
Chris@582 | 19 FileFinder::m_instance = 0; |
Chris@582 | 20 |