| 258 | } |
| 259 | |
| 260 | void VariableChooserPrivate::insertText(const QString &text) |
| 261 | { |
| 262 | if (lineEdit) { |
| 263 | lineEdit->insert(text); |
| 264 | lineEdit->activateWindow(); |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | int VariableChooserPrivate::buttonMargin() const |
| 269 | { |
no test coverage detected