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

@@ -21,7 +21,8 @@ public:
~MainWindow();
public slots:
void onAppendText(QString, QString);
void onAppendText(QString, QString suffix = "");
void onReplaceLast(QString, QString);
void onShowErrorMessage(QString, QString);
void onStopStartTimer();
void onRestartExitTimer();