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