forked from qt-creator/qt-creator
Debugger: Replace uses of one of the depracted WatchHandler members
Change-Id: I1761b75c0c2605e2d3157f318f26da5158cc6395 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1253,12 +1253,6 @@ void WatchHandler::insertData(const WatchData &data)
|
||||
m_model->insertDataItem(data);
|
||||
}
|
||||
|
||||
void WatchHandler::insertDataList(const QList<WatchData> &list)
|
||||
{
|
||||
for (int i = 0, n = list.size(); i != n; ++i)
|
||||
m_model->insertDataItem(list.at(i));
|
||||
}
|
||||
|
||||
void WatchHandler::removeAllData(bool includeInspectData)
|
||||
{
|
||||
m_model->reinitialize(includeInspectData);
|
||||
|
||||
Reference in New Issue
Block a user