equal
deleted
inserted
replaced
72 Q_OBJECT |
72 Q_OBJECT |
73 public: |
73 public: |
74 QDeclarativeEngine(QObject *p = 0); |
74 QDeclarativeEngine(QObject *p = 0); |
75 virtual ~QDeclarativeEngine(); |
75 virtual ~QDeclarativeEngine(); |
76 |
76 |
77 QDeclarativeContext *rootContext(); |
77 QDeclarativeContext *rootContext() const; |
78 |
78 |
79 void clearComponentCache(); |
79 void clearComponentCache(); |
80 |
80 |
81 QStringList importPathList() const; |
81 QStringList importPathList() const; |
82 void setImportPathList(const QStringList &paths); |
82 void setImportPathList(const QStringList &paths); |