Qml Live Preview: lazily create QmlJSLiveTextPreview

This commit is contained in:
Olivier Goffart
2010-07-20 12:50:14 +02:00
parent 7bef076411
commit 95346f79e6
5 changed files with 9 additions and 16 deletions

View File

@@ -49,6 +49,7 @@ signals:
private slots:
void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor);
void documentChanged(QmlJS::Document::Ptr doc);
public slots:
void updateDebugIds(const QDeclarativeDebugObjectReference &rootReference);
private: