mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
First pass at adding break commands/conditions/ignores.
This commit is contained in:
@@ -62,6 +62,11 @@ void SeerLogWidget::moveToEnd () {
|
||||
textEdit->verticalScrollBar()->setValue(textEdit->verticalScrollBar()->maximum());
|
||||
}
|
||||
|
||||
void SeerLogWidget::setPlaceholderText (const QString& text) {
|
||||
|
||||
textEdit->setPlaceholderText(text);
|
||||
}
|
||||
|
||||
void SeerLogWidget::handleText (const QString& text) {
|
||||
|
||||
// Don't do anything if we're not enabled.
|
||||
|
||||
Reference in New Issue
Block a user