Added slot onReplaceLast() to handle adding a QStringList to the text edit.

This commit is contained in:
2023-08-18 11:48:29 +02:00
parent 2ac8c4cfc6
commit 17ddfd0ddd
2 changed files with 34 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ public:
public slots:
void onAppendText(QString, QString suffix = "");
void onReplaceLast(QStringList, QString suffix = "");
void onReplaceLast(QString, QString suffix = "");
void onShowErrorMessage(QString, QString);
void onStopStartTimer();