2022-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added logic to the 'Edit Log Marker' dialog in rdlogedit(1)
	to prevent entry of an empty comment.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-12-13 17:07:50 -05:00
parent 34ffe4130d
commit 4ffdd12c62
3 changed files with 15 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ class EditMarker : public EditEvent
public slots:
int exec(RDLogLine *ll);
private slots:
void commentChangedData(const QString &str);
protected:
bool saveData();