MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / focusIn

Method focusIn

src/dialogs/MainWindow.cpp:1998–2009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1996}
1997
1998void MainWindow::focusIn()
1999{
2000 qInfo(Q_FUNC_INFO);
2001
2002 ScintillaNext *editor = currentEditor();
2003
2004 if (editor) {
2005 if (checkFileForModification(currentEditor())) {
2006 updateGui(currentEditor());
2007 }
2008 }
2009}
2010
2011void MainWindow::addEditor(ScintillaNext *editor)
2012{

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected