mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Doh. Made changes in the wrong branch.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user