forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.0'
Conflicts: src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp Change-Id: I6ae2d37290643d69390f679a54f7596782f3d97f
This commit is contained in:
@@ -108,7 +108,9 @@ public:
|
||||
void setCurrentItem(const QByteArray &iname);
|
||||
void updateWatchersWindow();
|
||||
|
||||
void insertItem(WatchItem *item); // Takes ownership.
|
||||
bool insertItem(WatchItem *item); // Takes ownership, returns whether item was added, not overwritten.
|
||||
void insertItems(const GdbMi &data);
|
||||
|
||||
void removeItemByIName(const QByteArray &iname);
|
||||
void removeAllData(bool includeInspectData = false);
|
||||
void resetValueCache();
|
||||
@@ -118,6 +120,7 @@ public:
|
||||
void notifyUpdateFinished();
|
||||
|
||||
void reexpandItems();
|
||||
void recordTypeInfo(const GdbMi &typeInfo);
|
||||
|
||||
private:
|
||||
WatchModel *m_model; // Owned.
|
||||
|
||||
Reference in New Issue
Block a user