| 63 | } |
| 64 | |
| 65 | void AbstractAreaBase::alignToReferencePoint(const RelativePosition &position) |
| 66 | { |
| 67 | Q_UNUSED(position); |
| 68 | // PENDING(kalle) FIXME |
| 69 | qWarning("Sorry, not implemented: void AbstractAreaBase::alignToReferencePoint( const RelativePosition& position )"); |
| 70 | } |
| 71 | |
| 72 | void AbstractAreaBase::setFrameAttributes(const FrameAttributes &a) |
| 73 | { |
nothing calls this directly
no outgoing calls
no test coverage detected