Mercurial > hg > classical
comparison utilities/the-application/the-application.cpp @ 53:bcea875d8d2f tip
More build fixes
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2014 19:03:51 +0100 |
parents | c8b777862198 |
children |
comparison
equal
deleted
inserted
replaced
52:e0e12bd2978d | 53:bcea875d8d2f |
---|---|
9 #include <dataquay/RDFException.h> | 9 #include <dataquay/RDFException.h> |
10 #include <dataquay/objectmapper/ObjectLoader.h> | 10 #include <dataquay/objectmapper/ObjectLoader.h> |
11 #include <dataquay/objectmapper/ObjectStorer.h> | 11 #include <dataquay/objectmapper/ObjectStorer.h> |
12 #include <dataquay/objectmapper/ObjectMapper.h> | 12 #include <dataquay/objectmapper/ObjectMapper.h> |
13 #include <dataquay/objectmapper/TypeMapping.h> | 13 #include <dataquay/objectmapper/TypeMapping.h> |
14 #include <dataquay/Debug.h> | |
15 | 14 |
16 #include "data/fileio/AudioFileReaderFactory.h" | 15 #include "data/fileio/AudioFileReaderFactory.h" |
17 #include "data/fileio/AudioFileReader.h" | 16 #include "data/fileio/AudioFileReader.h" |
18 #include "base/TempDirectory.h" | 17 #include "base/TempDirectory.h" |
19 | 18 |
31 using namespace Dataquay; | 30 using namespace Dataquay; |
32 using namespace ClassicalData; | 31 using namespace ClassicalData; |
33 using namespace std; | 32 using namespace std; |
34 using namespace Vamp; | 33 using namespace Vamp; |
35 using namespace Vamp::HostExt; | 34 using namespace Vamp::HostExt; |
36 | 35 /* |
37 ostream &operator<<(ostream &target, const QString &str) | 36 ostream &operator<<(ostream &target, const QString &str) |
38 { | 37 { |
39 return target << str.toLocal8Bit().data(); | 38 return target << str.toLocal8Bit().data(); |
40 } | 39 } |
41 | 40 |
42 ostream &operator<<(ostream &target, const QUrl &u) | 41 ostream &operator<<(ostream &target, const QUrl &u) |
43 { | 42 { |
44 return target << "<" << u.toString() << ">"; | 43 return target << "<" << u.toString() << ">"; |
45 } | 44 } |
46 | 45 */ |
47 | 46 |
48 bool | 47 bool |
49 load(BasicStore *store, QString fileName) | 48 load(BasicStore *store, QString fileName) |
50 { | 49 { |
51 QUrl url = QUrl::fromLocalFile(fileName); | 50 QUrl url = QUrl::fromLocalFile(fileName); |