aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/rgscandialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-10-17 12:09:44 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-10-17 12:09:44 +0000
commita615b3fe4b4db04e9d2289f999aae53db7be8ebc (patch)
tree50701317cff464f5cb94e139e8c15d68c87eab0f /src/plugins/General/rgscan/rgscandialog.h
parent0c8d8a0d2d328a686223138e8e8058d6c643dad3 (diff)
downloadqmmp-a615b3fe4b4db04e9d2289f999aae53db7be8ebc.tar.gz
qmmp-a615b3fe4b4db04e9d2289f999aae53db7be8ebc.tar.bz2
qmmp-a615b3fe4b4db04e9d2289f999aae53db7be8ebc.zip
rgscan: added id3v2 support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3809 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rgscan/rgscandialog.h')
-rw-r--r--src/plugins/General/rgscan/rgscandialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/General/rgscan/rgscandialog.h b/src/plugins/General/rgscan/rgscandialog.h
index d196959cc..fe7132107 100644
--- a/src/plugins/General/rgscan/rgscandialog.h
+++ b/src/plugins/General/rgscan/rgscandialog.h
@@ -35,6 +35,10 @@ struct ReplayGainInfoItem;
namespace TagLib
{
+ namespace ID3v2
+ {
+ class Tag;
+ }
namespace APE
{
class Tag;
@@ -68,6 +72,7 @@ private:
TagLib::String gainToString(double value);
TagLib::String peakToString(double value);
void writeAPETag(TagLib::APE::Tag *tag, ReplayGainInfoItem *item);
+ void writeID3v2Tag(TagLib::ID3v2::Tag *tag, ReplayGainInfoItem *item);
void writeVorbisComment(TagLib::Ogg::XiphComment *tag, ReplayGainInfoItem *item);
Ui::RGScanDialog m_ui;
QList<RGScanner *> m_scanners;