Doh. Made changes in the wrong branch.

This commit is contained in:
Ernie Pasveer
2024-01-22 17:49:43 -06:00
parent b4bc74f27e
commit 7b40a9c201
8 changed files with 26 additions and 0 deletions
+5
View File
@@ -60,6 +60,11 @@ bool SeerBreakpointsBrowserWidget::isEmpty() const {
return (breakpointsTreeWidget->topLevelItemCount() == 0);
}
QStringList SeerBreakpointsBrowserWidget::breakpoints () const {
return QStringList();
}
void SeerBreakpointsBrowserWidget::handleText (const QString& text) {
// Don't do any work if the widget is hidden.