2016-05-24 Fred Gleason <fredg@paravelsystems.com>

* Removed all CVS tags.
	* Removed 'const char *name' parameter from all QObject contructors.
This commit is contained in:
Fred Gleason
2016-05-24 13:13:26 -04:00
parent db9da6dc62
commit 698b475933
1059 changed files with 4795 additions and 7935 deletions

View File

@@ -56,9 +56,8 @@
#define STAGE2_XFER_SIZE 2048
#define STAGE2_BUFFER_SIZE 49152
RDAudioConvert::RDAudioConvert(const QString &station_name,
QObject *parent,const char *name)
: QObject(parent,name)
RDAudioConvert::RDAudioConvert(const QString &station_name,QObject *parent)
: QObject(parent)
{
conv_start_point=-1;
conv_end_point=-1;