pub unsafe fn swap_2_q_painter_path(
    value1: impl CastInto<Ref<QPainterPath>>,
    value2: impl CastInto<Ref<QPainterPath>>
)
Expand description

Calls C++ function: void swap(QPainterPath& value1, QPainterPath& value2).