| 147 | } |
| 148 | |
| 149 | std::string UserRegisterDialog::GetInputPassword() { |
| 150 | return password_input_->GetPassword().toStdString(); |
| 151 | } |
| 152 | |
| 153 | void UserRegisterDialog::paintEvent(QPaintEvent *event) { |
| 154 | TcCustomTitleBarDialog::paintEvent(event); |
nothing calls this directly
no test coverage detected