| 150 | } |
| 151 | |
| 152 | void AEResource::initSavePath() { |
| 153 | std::string path = GetCompositionStoragePath(itemHandle); |
| 154 | if (path.empty()) { |
| 155 | path = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation).toStdString(); |
| 156 | } |
| 157 | savePath = path; |
| 158 | } |
| 159 | |
| 160 | } // namespace exporter |
nothing calls this directly
no test coverage detected