Commit 3bc72a26 authored by Ronan Abhamon's avatar Ronan Abhamon

chore(submodules): update belr

parent 48b0fad9
......@@ -60,6 +60,8 @@
#define QML_VIEW_SPLASH_SCREEN "qrc:/ui/views/App/SplashScreen/SplashScreen.qml"
using namespace std;
// =============================================================================
inline bool installLocale (App &app, QTranslator &translator, const QLocale &locale) {
......
......@@ -32,6 +32,8 @@
#define AUTO_ANSWER_OBJECT_NAME "auto-answer-timer"
using namespace std;
// =============================================================================
CallModel::CallModel (shared_ptr<linphone::Call> linphone_call) {
......
......@@ -68,7 +68,7 @@ public:
return m_linphone_call;
}
static void setRecordFile (shared_ptr<linphone::CallParams> &call_params);
static void setRecordFile (std::shared_ptr<linphone::CallParams> &call_params);
Q_INVOKABLE void accept ();
Q_INVOKABLE void acceptWithVideo ();
......
......@@ -33,6 +33,8 @@
#define MAX_FPS 30
using namespace std;
// =============================================================================
struct ContextInfo {
......
......@@ -52,7 +52,7 @@ private:
bool m_update_context_info = false;
bool m_is_preview = false;
shared_ptr<linphone::Call> m_linphone_call;
std::shared_ptr<linphone::Call> m_linphone_call;
QQuickWindow *m_window;
};
......
......@@ -22,6 +22,8 @@
#include "ChatProxyModel.hpp"
using namespace std;
// =============================================================================
// Fetch the L last filtered chat entries.
......
......@@ -20,8 +20,6 @@
* Author: Ronan Abhamon
*/
#include <linphone++/linphone.hh>
#include "../../utils.hpp"
#include "../core/CoreManager.hpp"
......
......@@ -53,6 +53,8 @@
#define N_MAX_NOTIFICATIONS 15
#define MAX_TIMEOUT 60000
using namespace std;
// =============================================================================
inline int getNotificationSize (const QObject &object, const char *property) {
......
......@@ -27,6 +27,8 @@
#include "OwnPresenceModel.hpp"
using namespace std;
// =============================================================================
Presence::PresenceLevel OwnPresenceModel::getPresenceLevel () const {
......
......@@ -27,6 +27,8 @@
#include "AccountSettingsModel.hpp"
using namespace std;
// =============================================================================
QVariantMap AccountSettingsModel::getProxyConfigDescription (const std::shared_ptr<linphone::ProxyConfig> &proxy_config) {
......
......@@ -76,7 +76,7 @@ private:
void handleMessageReceived (const std::shared_ptr<linphone::ChatMessage> &message);
void handleCallStateChanged (const std::shared_ptr<linphone::Call> &call, linphone::CallState state);
void handlePresenceReceived (const QString &sip_address, const shared_ptr<const linphone::PresenceModel> &presence_model);
void handlePresenceReceived (const QString &sip_address, const std::shared_ptr<const linphone::PresenceModel> &presence_model);
void handleAllEntriesRemoved (const QString &sip_address);
void handleMessageSent (const std::shared_ptr<linphone::ChatMessage> &message);
......
belr @ 0e237fca
Subproject commit 6fcadc1acd8ece08023e011a4ff9987fc5a14c2f
Subproject commit 0e237fca52851df28f2401702fca5d34ed56bd5b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment