| 959 | } |
| 960 | |
| 961 | void Scene3DConfigPanel::onLayerWarningChanged(ObjectTopicId topic_id, bool warn, const QString& reason) { |
| 962 | layer_list_->setRowWarning(static_cast<qint64>(topic_id.id), warn, reason); |
| 963 | } |
| 964 | |
| 965 | void Scene3DConfigPanel::onStylesheetChanged(QString theme) { |
| 966 | theme_ = theme; |
nothing calls this directly
no test coverage detected