| 898 | } |
| 899 | |
| 900 | ConfigInterface *DocumentPrivate::generatorConfig(GeneratorInfo &info) |
| 901 | { |
| 902 | if (info.configChecked) { |
| 903 | return info.config; |
| 904 | } |
| 905 | |
| 906 | info.config = qobject_cast<Okular::ConfigInterface *>(info.generator); |
| 907 | info.configChecked = true; |
| 908 | return info.config; |
| 909 | } |
| 910 | |
| 911 | SaveInterface *DocumentPrivate::generatorSave(GeneratorInfo &info) |
| 912 | { |