forked from qt-creator/qt-creator
debugger: Rework watch model.
It's now properly using canFetchMore/fetchMore. cdb is not yet ported.
This commit is contained in:
@@ -293,7 +293,7 @@ public slots:
|
||||
void detachDebugger();
|
||||
|
||||
void addToWatchWindow();
|
||||
void updateWatchModel();
|
||||
void updateWatchData(const WatchData &data);
|
||||
|
||||
void sessionLoaded();
|
||||
void sessionUnloaded();
|
||||
|
||||
Reference in New Issue
Block a user