| 1218 | |
| 1219 | #if !defined(HAVE_QT) |
| 1220 | void |
| 1221 | ViewObjectUI::update () |
| 1222 | { |
| 1223 | // NOTE: this does not need to be thread-safe as we make sure (as in Qt) that update() is always called from the main thread. |
| 1224 | m_image_updated = true; |
| 1225 | } |
| 1226 | |
| 1227 | bool |
| 1228 | ViewObjectUI::image_updated () |
no outgoing calls
no test coverage detected