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

* Fixed a regression in rdlogedit(1) that caused duplicate line IDs
	to be used when pasting from the clipboard.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-12-21 14:00:16 -05:00
parent 61b9a08f2a
commit a1bdaef361
6 changed files with 21 additions and 20 deletions

View File

@@ -81,7 +81,6 @@ class MainWidget : public RDMainWindow
RDLogFilter *log_filter_widget;
RDTableView *log_log_view;
RDLogListModel *log_log_model;
QList<RDLogLine> log_clipboard;
QPushButton *log_add_button;
QPushButton *log_edit_button;
QPushButton *log_delete_button;