Default parameter for onReplaceLast()

This commit is contained in:
Gerhard Hoffmann 2023-08-07 13:53:48 +02:00
parent 9a55ce18e4
commit 4d2d38e45c

View File

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