| 372 | } |
| 373 | |
| 374 | void PopupLineEdit::show() |
| 375 | { |
| 376 | #ifdef _WIN32 |
| 377 | if (_is_instant){ |
| 378 | showPupopInput(); |
| 379 | return; |
| 380 | } |
| 381 | #endif |
| 382 | |
| 383 | QLineEdit::show(); |
| 384 | } |
| 385 | |
| 386 | void PopupLineEdit::hide() |
| 387 | { |
no outgoing calls
no test coverage detected