| 224 | |
| 225 | |
| 226 | void PopupLineEditInput::InputRelease() |
| 227 | { |
| 228 | sig_inputEnd(_textInput->text()); |
| 229 | this->close(); |
| 230 | this->deleteLater(); |
| 231 | |
| 232 | if (move_timer != NULL){ |
| 233 | move_timer->stop(); |
| 234 | delete move_timer; |
| 235 | move_timer = NULL; |
| 236 | } |
| 237 | } |
| 238 | |
| 239 | void PopupLineEditInput::onCheckPositionTimeout() |
| 240 | { |