summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcemodplug.h
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2015-06-02 22:53:04 +0200
committerUwe Klotz <uwe_klotz@web.de>2015-06-02 22:53:04 +0200
commit76349e367f85022f6c63ef5569e9118e3185150e (patch)
treeb884683a33417d83454d6a8ed1d01ad23f6addf4 /src/sources/soundsourcemodplug.h
parentb8224b0ffa6b4d39bbb04e213e6edcc2dbdc6a02 (diff)
Correctly distinguish between "file extension" and "SoundSource type"
Diffstat (limited to 'src/sources/soundsourcemodplug.h')
-rw-r--r--src/sources/soundsourcemodplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/soundsourcemodplug.h b/src/sources/soundsourcemodplug.h
index 8e375d9419..f14e5fca92 100644
--- a/src/sources/soundsourcemodplug.h
+++ b/src/sources/soundsourcemodplug.h
@@ -56,7 +56,7 @@ class SoundSourceProviderModPlug: public SoundSourceProvider {
public:
QString getName() const /*override*/;
- QStringList getSupportedFileTypes() const /*override*/;
+ QStringList getSupportedFileExtensions() const /*override*/;
SoundSourcePointer newSoundSource(const QUrl& url) /*override*/ {
return SoundSourcePointer(new SoundSourceModPlug(url));