mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +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:
@@ -48,8 +48,7 @@ class RDAudioConvert : public QObject
|
||||
ErrorNoDestination=3,ErrorInvalidSource=4,ErrorInternal=5,
|
||||
ErrorFormatNotSupported=6,ErrorNoDisc=7,ErrorNoTrack=8,
|
||||
ErrorInvalidSpeed=9,ErrorFormatError=10,ErrorNoSpace=11};
|
||||
RDAudioConvert(const QString &station_name,
|
||||
QObject *parent=0,const char *name=0);
|
||||
RDAudioConvert(const QString &station_name,QObject *parent=0);
|
||||
~RDAudioConvert();
|
||||
void setSourceFile(const QString &filename);
|
||||
void setDestinationFile(const QString &filename);
|
||||
|
||||
Reference in New Issue
Block a user