DependencyGraph: Show GeoFeatureGroups as subgraph. fixes #0002142
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user