Home
last modified time | relevance | path

Searched refs:alarmPath (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/alarm/
H A Dimportalarmjobinterface.cpp115 …listResource << restoreResourceFile(QStringLiteral("akonadi_kalarm_resource"), Utils::alarmPath(),… in restoreResources()
118 dir.mkdir(Utils::alarmPath()); in restoreResources()
119 const QString copyToDirName(mTempDirName + QLatin1Char('/') + Utils::alarmPath()); in restoreResources()
H A Dexportalarmjobinterface.cpp58 const QString archivePath = Utils::alarmPath() + identifier + QLatin1Char('/'); in slotWriteNextArchiveResource()
73 backupAlarmResourceFile(identifier, Utils::alarmPath()); in slotWriteNextArchiveResource()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/
H A Dutilstest.cpp28 QCOMPARE(Utils::alarmPath(), QStringLiteral("alarm/")); in shouldTestValue()
H A Dgeneratelistfilefromarchive.cpp34 (void)searchArchiveElement(Utils::alarmPath(), topDirectory); in generateList()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/alarm/
H A Dimportalarmjobinterfacetest.cpp40 file->setExcludePath(Utils::alarmPath()); in importAlarmConfig()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/
H A Dutils.h76 PIMDATAEXPORTER_EXPORT Q_REQUIRED_RESULT QString alarmPath();
H A Dutils.cpp102 QString Utils::alarmPath() in alarmPath() function in Utils
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/gui/dialog/
H A Dshowarchivestructuredialog.cpp188 … (void)searchArchiveElement(Utils::alarmPath(), topDirectory, Utils::appTypeToI18n(Utils::KAlarm)); in fillTree()