mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01: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 @@
|
||||
//
|
||||
// Abstract RDLibrary Configuration
|
||||
//
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-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
|
||||
@@ -84,6 +84,7 @@ class RDLibraryConf
|
||||
bool searchLimited() const;
|
||||
void setSearchLimited(bool state) const;
|
||||
static QString cdServerTypeText(CdServerType type);
|
||||
static QPixmap cdServerLogo(CdServerType type);
|
||||
|
||||
private:
|
||||
void SetRow(const QString ¶m,int value) const;
|
||||
@@ -95,4 +96,4 @@ class RDLibraryConf
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif // RDLIBRARY_CONF_H
|
||||
|
||||
Reference in New Issue
Block a user