mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added CD-Text support to rdlibrary(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Data model for Audio CD track information
|
||||
//
|
||||
// (C) Copyright 2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2021-2022 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
|
||||
@@ -62,7 +62,7 @@ class RDDiscModel : public QAbstractTableModel
|
||||
public slots:
|
||||
void clear();
|
||||
void setDisc(RDCdPlayer *player);
|
||||
void refresh(RDDiscRecord *rec);
|
||||
void refresh(RDDiscRecord *rec,RDDiscRecord::DataSource src);
|
||||
|
||||
private:
|
||||
QPalette d_palette;
|
||||
|
Reference in New Issue
Block a user