DependencyGraph: Show GeoFeatureGroups as subgraph. fixes #0002142

This commit is contained in:
Stefan Tröger
2017-01-29 22:20:10 +01:00
committed by wmayer
parent c0ed607561
commit b230d3c962
2 changed files with 64 additions and 17 deletions

View File

@@ -230,6 +230,7 @@ void GraphvizView::updateSvgItem(const App::Document &doc)
graphCode = stream.str();
// Update worker thread, and start it
std::cout<<graphCode<<std::endl;
thread->setData(QByteArray(graphCode.c_str(), graphCode.size()));
thread->startThread();
}