mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01: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:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Import an Audio File using the RdXport Web Service
|
||||
//
|
||||
// (C) Copyright 2010-2014 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2010-2014,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -63,8 +63,8 @@ int ImportProgressCallback(void *clientp,double dltotal,double dlnow,
|
||||
|
||||
|
||||
RDAudioImport::RDAudioImport(RDStation *station,RDConfig *config,
|
||||
QObject *parent,const char *name)
|
||||
: QObject(parent,name)
|
||||
QObject *parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
conv_station=station;
|
||||
conv_config=config;
|
||||
|
||||
Reference in New Issue
Block a user