mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that marker modification made via the mouse menu to fail to notify remote instances of changes. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -42,6 +42,7 @@ class CatchTableView : public RDTableView
|
||||
void mousePressEvent(QMouseEvent *e);
|
||||
|
||||
private:
|
||||
void SendNotification(RDNotification::Action action,unsigned rec_id) const;
|
||||
QMenu *d_mouse_menu;
|
||||
QAction *d_edit_audio_action;
|
||||
QString catch_cutname;
|
||||
|
Reference in New Issue
Block a user