mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2020-01-29 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'RDCddbLookup' class into 'RDCddbLookup' and 'RDDiscLookup'.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// CD Disk Ripper Dialog for Rivendell
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 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
|
||||
@@ -57,7 +57,7 @@ class DiskRipper : public RDDialog
|
||||
void mediaChangedData();
|
||||
void playedData(int);
|
||||
void stoppedData();
|
||||
void cddbDoneData(RDCddbLookup::Result);
|
||||
void cddbDoneData(RDDiscLookup::Result);
|
||||
void normalizeCheckData(bool);
|
||||
void autotrimCheckData(bool);
|
||||
void selectionChangedData();
|
||||
@@ -125,7 +125,6 @@ class DiskRipper : public RDDialog
|
||||
std::vector<RDWaveData *> rip_wave_datas;
|
||||
bool rip_aborting;
|
||||
bool rip_profile_rip;
|
||||
QDir rip_cdda_dir;
|
||||
bool rip_isrc_read;
|
||||
RDWaveDataDialog *rip_wavedata_dialog;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user