~tpeeters/ubuntu-ui-toolkit/10-tabsModelIndex

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/quickutils.h

  • Committer: tpeeters
  • Date: 2014-03-24 19:13:15 UTC
  • mfrom: (967.1.15 ubuntu-ui-toolkit)
  • Revision ID: tim.peeters@canonical.com-20140324191315-cgmt5x2h6v2xq1jh
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    Q_INVOKABLE QQuickItem *rootItem(QObject *object);
42
42
    QString inputMethodProvider() const;
43
43
 
44
 
    Q_INVOKABLE QString className(QObject *item);
 
44
    Q_INVOKABLE static QString className(QObject *item);
45
45
    QObject* createQmlObject(const QUrl &url, QQmlEngine *engine);
46
46
 
47
47
Q_SIGNALS: