Mercurial > hg > classical
comparison utilities/widgettest/widgettest.cpp @ 53:bcea875d8d2f tip
More build fixes
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2014 19:03:51 +0100 |
parents | add3570c6035 |
children |
comparison
equal
deleted
inserted
replaced
52:e0e12bd2978d | 53:bcea875d8d2f |
---|---|
6 #include "TypeRegistrar.h" | 6 #include "TypeRegistrar.h" |
7 #include "Objects.h" | 7 #include "Objects.h" |
8 #include "Matcher.h" | 8 #include "Matcher.h" |
9 | 9 |
10 #include <dataquay/BasicStore.h> | 10 #include <dataquay/BasicStore.h> |
11 #include <dataquay/Debug.h> | |
12 #include <dataquay/RDFException.h> | 11 #include <dataquay/RDFException.h> |
13 #include <dataquay/objectmapper/ObjectLoader.h> | 12 #include <dataquay/objectmapper/ObjectLoader.h> |
14 #include <dataquay/objectmapper/TypeMapping.h> | 13 #include <dataquay/objectmapper/TypeMapping.h> |
15 | 14 |
16 #include <QApplication> | 15 #include <QApplication> |
19 | 18 |
20 using namespace ClassicalData; | 19 using namespace ClassicalData; |
21 using namespace Dataquay; | 20 using namespace Dataquay; |
22 using namespace std; | 21 using namespace std; |
23 | 22 |
23 /* | |
24 ostream &operator<<(ostream &target, const QString &str) | 24 ostream &operator<<(ostream &target, const QString &str) |
25 { | 25 { |
26 return target << str.toLocal8Bit().data(); | 26 return target << str.toLocal8Bit().data(); |
27 } | 27 } |
28 | 28 |
29 ostream &operator<<(ostream &target, const QUrl &u) | 29 ostream &operator<<(ostream &target, const QUrl &u) |
30 { | 30 { |
31 return target << "<" << u.toString() << ">"; | 31 return target << "<" << u.toString() << ">"; |
32 } | 32 } |
33 */ | |
33 | 34 |
34 void | 35 void |
35 usage(const char *name) | 36 usage(const char *name) |
36 { | 37 { |
37 int s = 0; | 38 int s = 0; |