mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 09:30:41 +08:00
Checkpoint
This commit is contained in:
@@ -100,11 +100,6 @@ void SeerThreadIdsBrowserWidget::handleText (const QString& text) {
|
||||
|
||||
void SeerThreadIdsBrowserWidget::handleStoppingPointReached () {
|
||||
|
||||
// Don't do any work if the widget is hidden.
|
||||
if (isHidden()) {
|
||||
return;
|
||||
}
|
||||
|
||||
refresh();
|
||||
}
|
||||
|
||||
@@ -116,6 +111,12 @@ void SeerThreadIdsBrowserWidget::handleItemClicked (QTreeWidgetItem* item, int c
|
||||
}
|
||||
|
||||
void SeerThreadIdsBrowserWidget::refresh () {
|
||||
|
||||
// Don't do any work if the widget is hidden.
|
||||
if (isHidden()) {
|
||||
return;
|
||||
}
|
||||
|
||||
emit refreshThreadIds();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user