Home
last modified time | relevance | path

Searched refs:backupnote (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/notes/
H A Dimportnotesjobinterfacetestimpl.cpp23 QVERIFY(QDir(QDir::tempPath() + QLatin1Char('/') + Utils::backupnote()).removeRecursively()); in ~ImportNotesJobInterfaceTestImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/
H A Dutils.h81 PIMDATAEXPORTER_EXPORT Q_REQUIRED_RESULT QString backupnote();
H A Dutils.cpp36 QString Utils::backupnote() in backupnote() function in Utils
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/notes/
H A Dimportnotesjobinterface.cpp171 const QString newUrl = adaptResourcePath(resourceConfig, Utils::backupnote()); in restoreResources()