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

Method showNormal

src/3rdparty/Qt-Advanced-Docking-System/src/DockWidget.cpp:1239–1249  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1237
1238//============================================================================
1239void CDockWidget::showNormal()
1240{
1241 if (isFloating())
1242 {
1243 dockContainer()->floatingWidget()->showNormal();
1244 }
1245 else
1246 {
1247 Super::showNormal();
1248 }
1249}
1250
1251
1252//============================================================================

Callers 1

mouseMoveEventMethod · 0.45

Calls 1

floatingWidgetMethod · 0.80

Tested by

no test coverage detected