! * Repainting to updateConnectionLine */
| 1022 | * Repainting to updateConnectionLine |
| 1023 | */ |
| 1024 | void InfoElementPrivate::updateConnectionLine() { |
| 1025 | recalcShapeAndBoundingRect(); |
| 1026 | } |
| 1027 | |
| 1028 | bool InfoElementPrivate::changeVisibility(bool on) { |
| 1029 | bool oldValue = isVisible(); |