MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / foreach

Function foreach

gui/qt/mainwindow.cpp:1041–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 QTimer::singleShot(0, [this, position]() { move(position); });
1040 } else {
1041 foreach (DockWidget *dw, m_dockPtrs) {
1042 dw->setVisible(true);
1043 }
1044 resize(minimumWidth(), minimumHeight());
1045 setGeometry(QStyle::alignedRect(Qt::LeftToRight, Qt::AlignCenter, size(), qApp->screens().first()->availableGeometry()));
1046 }

Callers

nothing calls this directly

Calls 4

isProcRunningFunction · 0.85
setVersionMethod · 0.80
clientSetupMethod · 0.80
sendMethod · 0.45

Tested by

no test coverage detected