Skip to content
Snippets Groups Projects
Commit e536d2a5 authored by Hugo Lefeuvre's avatar Hugo Lefeuvre Committed by Adrien Béraud
Browse files

newcallmodel: fix newIncomingCall args order

Change-Id: Idaae64f572495c5953ff7b3d6162d0961c6d6f86
parent 8485b932
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ Q_SIGNALS: ...@@ -208,7 +208,7 @@ Q_SIGNALS:
* @param callId * @param callId
* @param fromId the peer uri * @param fromId the peer uri
*/ */
void newIncomingCall(const std::string& callId, const std::string& fromId) const; void newIncomingCall(const std::string& fromId, const std::string& callId) const;
/** /**
* Emitted when the renderer starts * Emitted when the renderer starts
* @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