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:
@@ -112,9 +112,9 @@ private:
|
||||
|
||||
bool supportsThreads() const { return true; }
|
||||
void maybeBreakNow(bool byFunction);
|
||||
void updateWatchModel();
|
||||
void updateWatchData(const WatchData &data);
|
||||
void updateLocals();
|
||||
void updateSubItem(const WatchData &data0);
|
||||
void updateSubItem(const WatchData &data);
|
||||
|
||||
Q_SLOT void socketConnected();
|
||||
Q_SLOT void socketDisconnected();
|
||||
|
||||
Reference in New Issue
Block a user