2018-02-04 Fred Gleason <fredg@paravelsystems.com>

* Refactored the RDAudioConvert class to use RDApplication.
	* Converted rdcatchd(8) to use RDApplication.
This commit is contained in:
Fred Gleason
2018-02-04 06:23:54 -05:00
parent e305344e6b
commit f932a66cee
2 changed files with 2 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
//
// Convert Audio File Formats
//
// (C) Copyright 2010-2017 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2010-2018 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
@@ -48,7 +48,6 @@ 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);
RDAudioConvert(QObject *parent=0);
~RDAudioConvert();
void setSourceFile(const QString &filename);