mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-09 16:13:49 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user