onAppendText() only appends text.
onReplaceLast() replaces the last line in the text edit window.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user