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

Method setShowCaption

core/annotations.cpp:1563–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561}
1562
1563void LineAnnotation::setShowCaption(bool show)
1564{
1565 Q_D(LineAnnotation);
1566 d->m_lineShowCaption = show;
1567}
1568
1569bool LineAnnotation::showCaption() const
1570{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected