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
@@ -59,6 +59,11 @@ bool SeerPrintpointsBrowserWidget::isEmpty() const {
return (printpointsTreeWidget->topLevelItemCount() == 0);
}
QStringList SeerPrintpointsBrowserWidget::breakpoints () const {
return QStringList();
}
void SeerPrintpointsBrowserWidget::handleText (const QString& text) {
// Don't do any work if the widget is hidden.