Mercurial > hg > classical
diff utilities/composer/composer.cpp @ 53:bcea875d8d2f tip
More build fixes
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2014 19:03:51 +0100 |
parents | add3570c6035 |
children |
line wrap: on
line diff
--- a/utilities/composer/composer.cpp Thu Oct 16 18:53:13 2014 +0100 +++ b/utilities/composer/composer.cpp Thu Oct 16 19:03:51 2014 +0100 @@ -10,7 +10,6 @@ #include <dataquay/objectmapper/ObjectStorer.h> #include <dataquay/objectmapper/ObjectMapper.h> #include <dataquay/objectmapper/TypeMapping.h> -#include <dataquay/Debug.h> #include <QMultiMap> #include <QFileInfo> @@ -21,6 +20,7 @@ using namespace ClassicalData; using namespace std; +/* ostream &operator<<(ostream &target, const QString &str) { return target << str.toLocal8Bit().data(); @@ -30,7 +30,7 @@ { return target << "<" << u.toString() << ">"; } - +*/ bool load(BasicStore *store, QString fileName) @@ -423,7 +423,7 @@ storer->setTypeMapping(tm); storer->setPropertyStorePolicy(ObjectStorer::StoreIfChanged); - storer->setBlankNodePolicy(ObjectStorer::NoBlankNodes); + storer->setBlankNodePolicy(Dataquay::NeverUseBlankNodes); cerr << "Mapping results back to store..."; storer->setFollowPolicy(ObjectStorer::FollowObjectProperties);