mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
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:
@@ -46,8 +46,7 @@ class EditLog : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
EditLog(QString *filter,QString *group,QString *schedcode,
|
||||
QList<RDLogLine> *clipboard,QWidget *parent=0);
|
||||
EditLog(QString *filter,QString *group,QString *schedcode,QWidget *parent=0);
|
||||
~EditLog();
|
||||
QSize sizeHint() const;
|
||||
|
||||
@@ -104,7 +103,7 @@ class EditLog : public RDDialog
|
||||
void SetLogModified(bool state);
|
||||
void SendNotification(RDNotification::Action action,const QString &log_name);
|
||||
RDLog *edit_log;
|
||||
QList<RDLogLine> *edit_clipboard;
|
||||
QList<RDLogLine> edit_clipboard;
|
||||
std::vector<unsigned> edit_deleted_tracks;
|
||||
QStringList *edit_newlogs;
|
||||
QString edit_logname;
|
||||
|
Reference in New Issue
Block a user