| 1775 | } |
| 1776 | |
| 1777 | QString Core::getProjectCaptureFolderName() |
| 1778 | { |
| 1779 | if (currentDoc()) { |
| 1780 | return currentDoc()->projectCaptureFolder() + QDir::separator(); |
| 1781 | } |
| 1782 | return QString(); |
| 1783 | } |
| 1784 | |
| 1785 | const QString Core::getTimelineClipBinId(ObjectId id) |
| 1786 | { |
no test coverage detected