mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Checkpoint
This commit is contained in:
@@ -151,15 +151,16 @@ void SeerStackArgumentsBrowserWidget::handleText (const QString& text) {
|
||||
|
||||
void SeerStackArgumentsBrowserWidget::handleStoppingPointReached () {
|
||||
|
||||
refresh();
|
||||
}
|
||||
|
||||
void SeerStackArgumentsBrowserWidget::refresh () {
|
||||
|
||||
// Don't do any work if the widget is hidden.
|
||||
if (isHidden()) {
|
||||
return;
|
||||
}
|
||||
|
||||
refresh();
|
||||
}
|
||||
|
||||
void SeerStackArgumentsBrowserWidget::refresh () {
|
||||
emit refreshStackArguments();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user