MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / activeMainWindow

Method activeMainWindow

source/MainWindow.cpp:4364–4366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4362QPointer<MainWindow> MainWindow::s_activeMainWindow;
4363
4364MainWindow* MainWindow::activeMainWindow() {
4365 return s_activeMainWindow.data();
4366}
4367
4368void MainWindow::focusInEvent(QFocusEvent *event) {
4369 s_activeMainWindow = this;

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected