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
Branches
Tags
No related merge requests found
......@@ -208,7 +208,7 @@ Q_SIGNALS:
* @param callId
* @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
* @param callId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment