| 778 | } |
| 779 | |
| 780 | void UBScreenListLineEdit::loadScreenList(const QStringList &screenList) |
| 781 | { |
| 782 | setText(screenList.join(',')); |
| 783 | } |
| 784 | |
| 785 | void UBScreenListLineEdit::focusInEvent(QFocusEvent *focusEvent) |
| 786 | { |
no outgoing calls
no test coverage detected