2018-01-09 Fred Gleason <fredg@paravelsystems.com>

* Modified log linking to retain parent link events in linked logs.
	* Fixed a bug where re-merging linked logs would generate an
	'Event not placed' exception for avails that were previously
	unpopulated.
This commit is contained in:
Fred Gleason
2018-01-09 13:55:30 -05:00
5 changed files with 22 additions and 28 deletions

View File

@@ -25,11 +25,13 @@
#include <rdripc.h>
#include <rdstation.h>
#include <rdsvc.h>
#define LOG_UNLINK_TEST_USAGE "[options]\n\nTest the Rivendell log unlinker methods\n\nOptions are:\n--log=<log-name>\n Name of log to unlink.\n\n--source=music|traffic\n Data source to unlink\n\n"
class MainObject : public QObject
{
Q_OBJECT;
public:
MainObject(QObject *parent=0);