forked from qt-creator/qt-creator
Debugger: Remove thread handler location reset handling
Has not been needed since Utils::TreeModel was used. Change-Id: Iff60a631e306e9756f83d70eacf19c2fe49bcedd Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -97,9 +97,6 @@ public:
|
||||
void notifyRunning(const QString &id);
|
||||
void notifyStopped(const QString &id);
|
||||
|
||||
void resetLocation();
|
||||
void scheduleResetLocation();
|
||||
|
||||
private:
|
||||
void sort(int column, Qt::SortOrder order) override;
|
||||
QVariant data(const QModelIndex &index, int role) const override;
|
||||
@@ -107,7 +104,6 @@ private:
|
||||
|
||||
DebuggerEngine *m_engine;
|
||||
Thread m_currentThread;
|
||||
bool m_resetLocationScheduled = false;
|
||||
QHash<QString, QString> m_pidForGroupId;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user