From e536d2a55c3bca81edf6c7f47ad4e2a0b4c78c5e Mon Sep 17 00:00:00 2001
From: Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com>
Date: Mon, 24 Sep 2018 11:51:18 -0400
Subject: [PATCH] newcallmodel: fix newIncomingCall args order

Change-Id: Idaae64f572495c5953ff7b3d6162d0961c6d6f86
---
 src/api/newcallmodel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/newcallmodel.h b/src/api/newcallmodel.h
index 2f427c7f..da49ce79 100644
--- a/src/api/newcallmodel.h
+++ b/src/api/newcallmodel.h
@@ -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
-- 
GitLab