Home
last modified time | relevance | path

Searched refs:exportInfoFileName (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/
H A Dutils.cpp142 void Utils::storeDataExportInfo(KZip *archive, const QString &exportInfoFileName) in storeDataExportInfo() argument
144 if (!exportInfoFileName.isEmpty()) { in storeDataExportInfo()
145 …const bool fileAdded = archive->addLocalFile(exportInfoFileName, Utils::infoPath() + Utils::export… in storeDataExportInfo()
H A Dutils.h98 PIMDATAEXPORTER_EXPORT void storeDataExportInfo(KZip *archive, const QString &exportInfoFileName);