| 34 | |
| 35 | |
| 36 | void |
| 37 | FlowViewStyle:: |
| 38 | setStyle(QString jsonText) |
| 39 | { |
| 40 | FlowViewStyle style(jsonText); |
| 41 | |
| 42 | StyleCollection::setFlowViewStyle(style); |
| 43 | } |
| 44 | |
| 45 | |
| 46 | #ifdef STYLE_DEBUG |
nothing calls this directly
no outgoing calls
no test coverage detected