Merge lp:~zsombi/ubuntu-ui-toolkit/forgotten_interface_macros into lp:ubuntu-ui-toolkit/staging

Proposed by Zsombor Egri
Status: Merged
Approved by: Zsombor Egri
Approved revision: 1284
Merge reported by: Zoltan Balogh
Merged at revision: not available
Proposed branch: lp:~zsombi/ubuntu-ui-toolkit/forgotten_interface_macros
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 23 lines (+2/-0)
2 files modified
modules/Ubuntu/Components/plugin/ucactioncontext.h (+1/-0)
modules/Ubuntu/Components/plugin/ucactionmanager.h (+1/-0)
To merge this branch: bzr merge lp:~zsombi/ubuntu-ui-toolkit/forgotten_interface_macros
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Cris Dywan Approve
Review via email: mp+237786@code.launchpad.net

Commit message

Forgotten Interface declaration in objects.

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote :

Nice! Thanks a lot!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'modules/Ubuntu/Components/plugin/ucactioncontext.h'
--- modules/Ubuntu/Components/plugin/ucactioncontext.h 2014-09-16 07:49:07 +0000
+++ modules/Ubuntu/Components/plugin/ucactioncontext.h 2014-10-09 13:42:18 +0000
@@ -27,6 +27,7 @@
27class UCActionContext : public QObject, public QQmlParserStatus27class UCActionContext : public QObject, public QQmlParserStatus
28{28{
29 Q_OBJECT29 Q_OBJECT
30 Q_INTERFACES(QQmlParserStatus)
30 Q_PROPERTY(QQmlListProperty<QObject> actions READ actions)31 Q_PROPERTY(QQmlListProperty<QObject> actions READ actions)
31 Q_PROPERTY(bool active MEMBER m_active WRITE setActive NOTIFY activeChanged)32 Q_PROPERTY(bool active MEMBER m_active WRITE setActive NOTIFY activeChanged)
32 Q_CLASSINFO("DefaultProperty", "actions")33 Q_CLASSINFO("DefaultProperty", "actions")
3334
=== modified file 'modules/Ubuntu/Components/plugin/ucactionmanager.h'
--- modules/Ubuntu/Components/plugin/ucactionmanager.h 2014-09-16 07:49:07 +0000
+++ modules/Ubuntu/Components/plugin/ucactionmanager.h 2014-10-09 13:42:18 +0000
@@ -26,6 +26,7 @@
26class UCActionManager : public QObject, public QQmlParserStatus26class UCActionManager : public QObject, public QQmlParserStatus
27{27{
28 Q_OBJECT28 Q_OBJECT
29 Q_INTERFACES(QQmlParserStatus)
29 Q_PROPERTY(QQmlListProperty<QObject> actions READ actions)30 Q_PROPERTY(QQmlListProperty<QObject> actions READ actions)
30 Q_PROPERTY(QQmlListProperty<QObject> localContexts READ localContexts)31 Q_PROPERTY(QQmlListProperty<QObject> localContexts READ localContexts)
31 Q_PROPERTY(UCActionContext *globalContext READ globalContext CONSTANT)32 Q_PROPERTY(UCActionContext *globalContext READ globalContext CONSTANT)

Subscribers

People subscribed via source and target branches