| 58 | |
| 59 | private: |
| 60 | void addPath(const QString& path) |
| 61 | { |
| 62 | m_absoluteFilePath = QFileInfo(path).absoluteFilePath() + "."; // add dot for tmp files only |
| 63 | if (auto app = APPLICATION_DYN) { |
| 64 | app->addQSavePath(m_absoluteFilePath); |
| 65 | } |
| 66 | } |
| 67 | QString m_absoluteFilePath; |
| 68 | }; |
| 69 | #else |
no test coverage detected