MCPcopy Create free account
hub / github.com/KDE/labplot / showEvent

Method showEvent

src/3rdparty/Qt-Advanced-Docking-System/src/DockOverlay.cpp:662–666  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

660
661//============================================================================
662void CDockOverlay::showEvent(QShowEvent* e)
663{
664 d->Cross->show();
665 QFrame::showEvent(e);
666}
667
668
669//============================================================================

Callers

nothing calls this directly

Calls 2

updatePositionMethod · 0.95
showMethod · 0.80

Tested by

no test coverage detected