MCPcopy Create free account
hub / github.com/KDE/okular / setRotation

Method setRotation

core/document.cpp:5660–5663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5658}
5659
5660void Document::setRotation(int r)
5661{
5662 d->setRotationInternal(r, true);
5663}
5664
5665void DocumentPrivate::setRotationInternal(int r, bool notify)
5666{

Callers

nothing calls this directly

Calls 1

setRotationInternalMethod · 0.80

Tested by

no test coverage detected