| 48 | customIcon(const QPixmap &icon, QString hint = "", int r = 0, QWidget *parent = nullptr); |
| 49 | |
| 50 | void setRotationAngle(qreal angle = 0){rotation = angle;update();} |
| 51 | |
| 52 | signals: |
| 53 | void rotationAngleChanged(); |
nothing calls this directly
no outgoing calls
no test coverage detected