| 161 | } |
| 162 | |
| 163 | void FormField::commitFormattedValue(const QString &value) |
| 164 | { |
| 165 | Q_D(FormField); |
| 166 | d->m_committedFormattedValue = value; |
| 167 | } |
| 168 | |
| 169 | class Okular::FormFieldButtonPrivate : public Okular::FormFieldPrivate |
| 170 | { |
no outgoing calls
no test coverage detected