| 110 | } |
| 111 | |
| 112 | void AddValueLabelDialog::setDateTimeFormat(const QString& format) { |
| 113 | if (dateTimeEdit) |
| 114 | dateTimeEdit->setDisplayFormat(format); |
| 115 | } |
| 116 | |
| 117 | double AddValueLabelDialog::value() const { |
| 118 | bool ok; |
no outgoing calls
no test coverage detected