Revision 53:bcea875d8d2f utilities/widgettest/widgettest.cpp
| utilities/widgettest/widgettest.cpp | ||
|---|---|---|
| 8 | 8 |
#include "Matcher.h" |
| 9 | 9 |
|
| 10 | 10 |
#include <dataquay/BasicStore.h> |
| 11 |
#include <dataquay/Debug.h> |
|
| 12 | 11 |
#include <dataquay/RDFException.h> |
| 13 | 12 |
#include <dataquay/objectmapper/ObjectLoader.h> |
| 14 | 13 |
#include <dataquay/objectmapper/TypeMapping.h> |
| ... | ... | |
| 21 | 20 |
using namespace Dataquay; |
| 22 | 21 |
using namespace std; |
| 23 | 22 |
|
| 23 |
/* |
|
| 24 | 24 |
ostream &operator<<(ostream &target, const QString &str) |
| 25 | 25 |
{
|
| 26 | 26 |
return target << str.toLocal8Bit().data(); |
| ... | ... | |
| 30 | 30 |
{
|
| 31 | 31 |
return target << "<" << u.toString() << ">"; |
| 32 | 32 |
} |
| 33 |
*/ |
|
| 33 | 34 |
|
| 34 | 35 |
void |
| 35 | 36 |
usage(const char *name) |
Also available in: Unified diff