~josephjamesmills/qml-friends/QTCreator_Doc_Support

« back to all changes in this revision

Viewing changes to modules/Friends/plugin/plugin.cpp

  • Committer: Tarmac
  • Author(s): Ken VanDine
  • Date: 2013-04-11 20:19:45 UTC
  • mfrom: (43.1.3 trunk)
  • Revision ID: tarmac-20130411201945-yl5kl0rilj0d1q20
* Add back g_type_init call, it is deprecated in raring but still needed
for quantal
* added python3-mock to build depends, it is needed on quantal
.

Approved by Robert Bruce Park, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
    qDebug() << Q_FUNC_INFO << uri;
31
31
 
 
32
    g_type_init ();
 
33
 
32
34
    qmlRegisterType<FriendsUtilsQml>(uri, 0, 1, "FriendsUtils");
33
35
    qmlRegisterType<FriendsDispatcherQml>(uri, 0, 1, "FriendsDispatcher");
34
36
    qmlRegisterType<StreamModel>(uri, 0, 1, "StreamModel");