aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/rgscandialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-10-11 08:31:25 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-10-11 08:31:25 +0000
commit37370fab0f1cecc947432f4ff3212bef8b2a9305 (patch)
treed954740fdd359914d9a3d4db11054230340ea2c5 /src/plugins/General/rgscan/rgscandialog.h
parent098d64aab49c6862b54ff6252a077d3ef018925e (diff)
downloadqmmp-37370fab0f1cecc947432f4ff3212bef8b2a9305.tar.gz
qmmp-37370fab0f1cecc947432f4ff3212bef8b2a9305.tar.bz2
qmmp-37370fab0f1cecc947432f4ff3212bef8b2a9305.zip
rgscan: added album peak/gain calculation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3774 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rgscan/rgscandialog.h')
-rw-r--r--src/plugins/General/rgscan/rgscandialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/rgscan/rgscandialog.h b/src/plugins/General/rgscan/rgscandialog.h
index eeacbb632..b83f907fb 100644
--- a/src/plugins/General/rgscan/rgscandialog.h
+++ b/src/plugins/General/rgscan/rgscandialog.h
@@ -23,6 +23,7 @@
#include <QDialog>
#include <QStringList>
+#include <qmmp/qmmp.h>
#include "ui_rgscandialog.h"
class QAction;
@@ -48,6 +49,7 @@ private slots:
private:
void stop();
RGScanner *findScannerByUrl(const QString &url);
+ QString getAlbumName(const QString &url);
Ui::RGScanDialog m_ui;
QList<RGScanner *> m_scanners;
};