Merge lp:~libqtelegram-team/telegram-app/register-notifypeertype into lp:telegram-app/dev

Proposed by Roberto Mier Escandon
Status: Merged
Approved by: MichaƂ Karnicki
Approved revision: 132
Merged at revision: 132
Proposed branch: lp:~libqtelegram-team/telegram-app/register-notifypeertype
Merge into: lp:telegram-app/dev
Diff against target: 11 lines (+1/-0)
1 file modified
qmlplugin/rawapiclient.cpp (+1/-0)
To merge this branch: bzr merge lp:~libqtelegram-team/telegram-app/register-notifypeertype
Reviewer Review Type Date Requested Status
libqtelegram team Pending
Review via email: mp+244546@code.launchpad.net

Description of the change

Registered needed type

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'qmlplugin/rawapiclient.cpp'
--- qmlplugin/rawapiclient.cpp 2014-12-11 15:14:41 +0000
+++ qmlplugin/rawapiclient.cpp 2014-12-12 09:05:19 +0000
@@ -92,6 +92,7 @@
92 qRegisterMetaType<UpdatesState>("UpdatesState");92 qRegisterMetaType<UpdatesState>("UpdatesState");
93 qRegisterMetaType<StorageFileType>("StorageFileType");93 qRegisterMetaType<StorageFileType>("StorageFileType");
94 qRegisterMetaType<PeerNotifySettings>("PeerNotifySettings");94 qRegisterMetaType<PeerNotifySettings>("PeerNotifySettings");
95 qRegisterMetaType<NotifyPeer::NotifyPeerType>("NotifyPeer::NotifyPeerType");
9596
96 // create service, thread, and initialization97 // create service, thread, and initialization
97 mTelegramService = new TelegramService;98 mTelegramService = new TelegramService;

Subscribers

People subscribed via source and target branches

to all changes: