| 37 | |
| 38 | |
| 39 | void |
| 40 | ConnectionStyle:: |
| 41 | setConnectionStyle(QString jsonText) |
| 42 | { |
| 43 | ConnectionStyle style(jsonText); |
| 44 | |
| 45 | StyleCollection::setConnectionStyle(style); |
| 46 | } |
| 47 | |
| 48 | #ifdef STYLE_DEBUG |
| 49 | #define CONNECTION_STYLE_CHECK_UNDEFINED_VALUE(v, variable) { \ |
nothing calls this directly
no outgoing calls
no test coverage detected