~attente/ubuntu-ui-toolkit/1263163

« back to all changes in this revision

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

Removing obsolete functionality from QuickUtils. Fixes: https://bugs.launchpad.net/bugs/1266707.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    Q_INVOKABLE QQuickItem *rootItem(QObject *object);
43
43
    QString inputMethodProvider() const;
44
44
 
45
 
    Q_INVOKABLE qreal modelDelegateHeight(QQmlComponent *delegate, const QVariant &model);
46
45
    Q_INVOKABLE QString className(QObject *item);
47
46
    QObject* createQmlObject(const QUrl &url);
48
47
    void setImportPathList(const QStringList &paths);