2019-08-31 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the CD Track Ripper in rdlibrary(1) that allowed
	data tracks to be ripped.
This commit is contained in:
Fred Gleason
2019-08-31 19:27:20 -04:00
parent 0ab0b81068
commit 87431f69b7
3 changed files with 10 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
//
// CD Ripper Dialog for Rivendell
//
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2019 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
@@ -34,7 +34,6 @@
#include <qcombobox.h>
#include <qcheckbox.h>
#include <q3textedit.h>
//Added by qt3to4:
#include <QResizeEvent>
#include <QCloseEvent>