MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / getEditorWidth

Method getEditorWidth

widgets/RefactorWidgetHandler.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142int RefactorWidgetHandler::getEditorWidth() const
143{
144 return m_editor.isNull() ? 800 : m_editor->viewport()->width();
145}
146
147} // namespace QodeAssist
148

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected