summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcemodplug.h
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2015-01-19 12:55:24 +0100
committerUwe Klotz <uwe_klotz@web.de>2015-01-19 12:55:24 +0100
commit9eed118ceaceef621fadee2964f81a30d5c42d3c (patch)
treee08d82f87cc8fa0f172c06b52799854c82ae2c3e /src/sources/soundsourcemodplug.h
parent8bb1433387a78756242627a258d7b0d618ce8c4a (diff)
Create SoundSource from URL
Diffstat (limited to 'src/sources/soundsourcemodplug.h')
-rw-r--r--src/sources/soundsourcemodplug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sources/soundsourcemodplug.h b/src/sources/soundsourcemodplug.h
index 0219147d08..102d78d07a 100644
--- a/src/sources/soundsourcemodplug.h
+++ b/src/sources/soundsourcemodplug.h
@@ -10,7 +10,9 @@ class SoundSourceModPlug: public Mixxx::SoundSource {
public:
static QList<QString> supportedFileExtensions();
- explicit SoundSourceModPlug(QString fileName);
+ static QString getTypeFromUrl(QUrl url);
+
+ explicit SoundSourceModPlug(QUrl url);
Result parseMetadata(Mixxx::TrackMetadata* pMetadata) const /*override*/;