~bzoltan/ubuntu-ui-toolkit/OTA9-landing-2015-12-16

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/ucbottomedge_p.h

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2015-12-11 15:37:25 UTC
  • mfrom: (1753.1.6 iseeprivates)
  • Revision ID: tarmac-20151211153725-vavb7aw9030cksyt
Add private implementations to ActionItem, AbstractButton, BottomEdgeHint and BottomEdge. Fixes: https://bugs.launchpad.net/bugs/1524234.

Approved by Christian Dywan, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    }
38
38
    void init();
39
39
 
 
40
    void completeComponentInitialization() override;
 
41
 
40
42
    // data property
41
43
    QQmlListProperty<QObject> data();
42
44
    static void overload_data_append(QQmlListProperty<QObject> *, QObject *);