onAppendText() only appends text.

onReplaceLast() replaces the last line in the text edit window.
This commit is contained in:
2023-08-06 14:14:47 +02:00
parent a8994423f4
commit 1fd2269753
4 changed files with 53 additions and 20 deletions

View File

@@ -180,7 +180,8 @@ public:
//}
signals:
void appendText(QString, QString);
void appendText(QString, QString suffix = "");
void replaceLast(QString, QString);
void showErrorMessage(QString title, QString description);
void stopStartTimer();
void restartExitTimer();