Skip to content
Snippets Groups Projects
Commit da59b232 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Sébastien Blin
Browse files

newcallmodel: remove unused signal now emitted by avmodel

Change-Id: I69baf067be393b1245d9db202bad81e5d20d2e42
parent 242e06e1
Branches
No related tags found
No related merge requests found
...@@ -247,12 +247,6 @@ Q_SIGNALS: ...@@ -247,12 +247,6 @@ Q_SIGNALS:
* @param fromId the peer uri * @param fromId the peer uri
*/ */
void newIncomingCall(const std::string& fromId, const std::string& callId) const; void newIncomingCall(const std::string& fromId, const std::string& callId) const;
/**
* Emitted when the renderer starts
* @param callId
* @param renderer
*/
void remotePreviewStarted(const std::string& callId, Video::Renderer* renderer) const;
/** /**
* Emitted when a call is added to a conference * Emitted when a call is added to a conference
* @param callId * @param callId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment