diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-20 17:18:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-20 17:18:48 +0000 |
| commit | c7848bc541b316324ed3fe1ff8f5613ccf13a142 (patch) | |
| tree | 5a35337ee15fd0a092c5416546f8b32a0e4b0882 /src/qmmpui/playlistparser.h | |
| parent | 7d712ab576eacf9b8b7d0f9012db8c02f1fcc08d (diff) | |
| download | qmmp-c7848bc541b316324ed3fe1ff8f5613ccf13a142.tar.gz qmmp-c7848bc541b316324ed3fe1ff8f5613ccf13a142.tar.bz2 qmmp-c7848bc541b316324ed3fe1ff8f5613ccf13a142.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3082 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistparser.h')
| -rw-r--r-- | src/qmmpui/playlistparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistparser.h b/src/qmmpui/playlistparser.h index 6381eaefc..5ae770b4a 100644 --- a/src/qmmpui/playlistparser.h +++ b/src/qmmpui/playlistparser.h @@ -42,7 +42,7 @@ public: /*! * Returns a list of supported file extensions. */ - QStringList getExtensions(); + QStringList extensions(); /*! * Returns \b true if file \b filePath is supported, otherwise returns \b false */ |
