| 140 | } |
| 141 | |
| 142 | int RefactorWidgetHandler::getEditorWidth() const |
| 143 | { |
| 144 | return m_editor.isNull() ? 800 : m_editor->viewport()->width(); |
| 145 | } |
| 146 | |
| 147 | } // namespace QodeAssist |
| 148 |
nothing calls this directly
no outgoing calls
no test coverage detected