2018-03-21 Fred Gleason <fredg@paravelsystems.com>

* Added support for cart notifications to Full Disc Ripper in
	rdlibrary(1).
This commit is contained in:
Fred Gleason
2018-03-21 17:01:08 -04:00
parent 471c6498fd
commit 3c94cae600
6 changed files with 26 additions and 17 deletions

View File

@@ -20,15 +20,6 @@
#include "rdnotification.h"
RDNotification::RDNotification(RDNotification::Type type,
RDNotification::Action action,unsigned cartnum)
{
notify_type=type;
notify_action=action;
notify_id=QVariant(cartnum);
}
RDNotification::RDNotification(Type type,Action action,const QVariant &id)
{
notify_type=type;