summaryrefslogtreecommitdiffstats
path: root/examples/uml/xmi-read
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uml/xmi-read')
-rw-r--r--examples/uml/xmi-read/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uml/xmi-read/main.cpp b/examples/uml/xmi-read/main.cpp
index fcc5832b..621bc2e4 100644
--- a/examples/uml/xmi-read/main.cpp
+++ b/examples/uml/xmi-read/main.cpp
@@ -11,7 +11,7 @@ int main ()
return 1;
}
- QXmiReader reader;
+ QXmiReader reader(0, true);
QWrappedObject *rootElement = reader.readFile(&file);
if (rootElement)
qDebug() << "Successfully read object with name" << rootElement->objectName();