summaryrefslogtreecommitdiffstats
path: root/telephony/telephony.h
diff options
context:
space:
mode:
Diffstat (limited to 'telephony/telephony.h')
-rw-r--r--telephony/telephony.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/telephony.h b/telephony/telephony.h
index ca1e52a..2aecc86 100644
--- a/telephony/telephony.h
+++ b/telephony/telephony.h
@@ -71,7 +71,7 @@ class Telephony : public QObject
private:
bool m_connected;
bool m_online;
- MessageEngine *m_mloop;
+ std::shared_ptr<MessageEngine> m_mloop;
QString m_call_state;
QString m_clip;
QString m_colp;