author | llornkcor <llornkcor> | 2003-01-19 21:41:34 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-01-19 21:41:34 (UTC) |
commit | 657cc5b5eb78716b04b79f87fa7498ebd6d13a16 (patch) (unidiff) | |
tree | 6e878f582f45fd64fd7f6f695411b32d1044efd6 | |
parent | 49786b34a40d0e2ba6dd5c77acddf1c38758b89c (diff) | |
download | opie-657cc5b5eb78716b04b79f87fa7498ebd6d13a16.zip opie-657cc5b5eb78716b04b79f87fa7498ebd6d13a16.tar.gz opie-657cc5b5eb78716b04b79f87fa7498ebd6d13a16.tar.bz2 |
add mod files to mime type for scans
-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/playlistwidget.cpp b/core/multimedia/opieplayer/playlistwidget.cpp index 30e4daa..395037f 100644 --- a/core/multimedia/opieplayer/playlistwidget.cpp +++ b/core/multimedia/opieplayer/playlistwidget.cpp | |||
@@ -85,17 +85,17 @@ extern MediaPlayerState *mediaPlayerState; | |||
85 | 85 | ||
86 | static inline QString fullBaseName ( const QFileInfo &fi ) | 86 | static inline QString fullBaseName ( const QFileInfo &fi ) |
87 | { | 87 | { |
88 | QString str = fi. fileName ( ); | 88 | QString str = fi. fileName ( ); |
89 | return str. left ( str. findRev ( '.' )); | 89 | return str. left ( str. findRev ( '.' )); |
90 | } | 90 | } |
91 | 91 | ||
92 | 92 | ||
93 | QString audioMimes ="audio/mpeg;audio/x-wav;audio/x-ogg"; | 93 | QString audioMimes ="audio/mpeg;audio/x-wav;audio/x-ogg;audio/x-mod"; |
94 | // class myFileSelector { | 94 | // class myFileSelector { |
95 | 95 | ||
96 | // }; | 96 | // }; |
97 | class PlayListWidgetPrivate { | 97 | class PlayListWidgetPrivate { |
98 | public: | 98 | public: |
99 | QToolButton *tbPlay, *tbFull, *tbLoop, *tbScale, *tbShuffle, *tbAddToList, *tbRemoveFromList, *tbMoveUp, *tbMoveDown, *tbRemove; | 99 | QToolButton *tbPlay, *tbFull, *tbLoop, *tbScale, *tbShuffle, *tbAddToList, *tbRemoveFromList, *tbMoveUp, *tbMoveDown, *tbRemove; |
100 | QFrame *playListFrame; | 100 | QFrame *playListFrame; |
101 | FileSelector *files; | 101 | FileSelector *files; |