| 199 | // class Params |
| 200 | |
| 201 | Params::Params() : |
| 202 | optstring_(":hVvqfbuktTFa:Y:O:D:r:p:P:d:e:i:c:m:M:l:S:g:K:n:Q:"), |
| 203 | target_(ctExif | ctIptc | ctComment | ctXmp), |
| 204 | yodAdjust_(emptyYodAdjust_), |
| 205 | format_("%Y%m%d_%H%M%S") { |
| 206 | } |
| 207 | |
| 208 | Params& Params::instance() { |
| 209 | static Params instance_; |
nothing calls this directly
no outgoing calls
no test coverage detected