MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / initConnect

Method initConnect

src/plugins/codeeditor/statusbar/statusinfomanager.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void StatusInfoManagerPrivate::initConnect()
42{
43 connect(qApp, &QApplication::focusChanged, this, &StatusInfoManagerPrivate::handleFocusChanged);
44 connect(statusBar, &EditorStatusBar::encodeChanged, this, &StatusInfoManagerPrivate::handleEncodeChanged);
45}
46
47void StatusInfoManagerPrivate::resetEditor(TextEditor *edit)
48{

Callers 1

initMethod · 0.45

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected