diff options
Diffstat (limited to 'src/plugins/General/rgscan/rgscanner.h')
| -rw-r--r-- | src/plugins/General/rgscan/rgscanner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/rgscanner.h b/src/plugins/General/rgscan/rgscanner.h index dad5b08a7..86a8d4b99 100644 --- a/src/plugins/General/rgscan/rgscanner.h +++ b/src/plugins/General/rgscan/rgscanner.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -46,6 +46,7 @@ public: bool isRunning() const; bool isPending() const; bool hasValues() const; + QMap<Qmmp::ReplayGainKey, double> oldReplayGainInfo() const; double gain() const; double peak() const; QString url() const; |
