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
1=== modified file 'modules/Ubuntu/Components/plugin/ucactioncontext.h'
2--- modules/Ubuntu/Components/plugin/ucactioncontext.h 2014-09-16 07:49:07 +0000
3+++ modules/Ubuntu/Components/plugin/ucactioncontext.h 2014-10-09 13:42:18 +0000
4@@ -27,6 +27,7 @@
5 class UCActionContext : public QObject, public QQmlParserStatus
6 {
7 Q_OBJECT
8+ Q_INTERFACES(QQmlParserStatus)
9 Q_PROPERTY(QQmlListProperty<QObject> actions READ actions)
10 Q_PROPERTY(bool active MEMBER m_active WRITE setActive NOTIFY activeChanged)
11 Q_CLASSINFO("DefaultProperty", "actions")
12
13=== modified file 'modules/Ubuntu/Components/plugin/ucactionmanager.h'
14--- modules/Ubuntu/Components/plugin/ucactionmanager.h 2014-09-16 07:49:07 +0000
15+++ modules/Ubuntu/Components/plugin/ucactionmanager.h 2014-10-09 13:42:18 +0000
16@@ -26,6 +26,7 @@
17 class UCActionManager : public QObject, public QQmlParserStatus
18 {
19 Q_OBJECT
20+ Q_INTERFACES(QQmlParserStatus)
21 Q_PROPERTY(QQmlListProperty<QObject> actions READ actions)
22 Q_PROPERTY(QQmlListProperty<QObject> localContexts READ localContexts)
23 Q_PROPERTY(UCActionContext *globalContext READ globalContext CONSTANT)

Subscribers

People subscribed via source and target branches