Home
last modified time | relevance | path

Searched refs:notifySnapshotWasTaken (Results 1 – 3 of 3) sorted by relevance

/dports/net/linphone/linphoneqt-4.1.1/src/components/notifier/
H A DNotifier.hpp54 void notifySnapshotWasTaken (const QString &filePath);
H A DNotifier.cpp275 void Notifier::notifySnapshotWasTaken (const QString &filePath) { in notifySnapshotWasTaken() function in Notifier
/dports/net/linphone/linphoneqt-4.1.1/src/components/call/
H A DCallModel.cpp191 App::getInstance()->getNotifier()->notifySnapshotWasTaken(filePath); in takeSnapshot()