| 272 | } |
| 273 | |
| 274 | void TOPPASBase::descriptionUpdated_() |
| 275 | { |
| 276 | if (!activeSubWindow_() || !activeSubWindow_()->getScene()) |
| 277 | { |
| 278 | return; |
| 279 | } |
| 280 | //std::cerr << "changed to '" << String(desc_->toHtml()) << "'\n"; |
| 281 | activeSubWindow_()->getScene()->setChanged(true); |
| 282 | activeSubWindow_()->getScene()->setDescription(desc_->toHtml()); |
| 283 | } |
| 284 | |
| 285 | void TOPPASBase::toppasFileDownloaded_(QNetworkReply* /* r */) |
| 286 | { |
nothing calls this directly
no test coverage detected