| 689 | } |
| 690 | |
| 691 | void TwitchTokenSettingsDialog::HideToken() |
| 692 | { |
| 693 | SetButtonIcon(_showToken, ":res/images/invisible.svg"); |
| 694 | _currentTokenValue->setEchoMode(QLineEdit::PasswordEchoOnEdit); |
| 695 | } |
| 696 | |
| 697 | void TwitchTokenSettingsDialog::TokenOptionChanged(int) |
| 698 | { |
nothing calls this directly
no test coverage detected