Fixes to speed alarm and poi alerts. Added flicker effect. Some new fields to text...
[jspeed] / src / mediaplayer.h
index abd3303..2bba0ec 100644 (file)
@@ -20,6 +20,7 @@
 #define MEDIAPLAYER_H
 
 #include <QtCore/QString>
+#include <QtCore/QStringList>
 #include <QtCore/QList>
 #include <QMediaPlayer>
 
@@ -30,6 +31,7 @@ public:
     static bool play(QString const& file);
     static void getSupportedFormats(QList<QString>& formats);
     static QString getFormatPattern();
+    static QStringList getFormatPatterns();
     static QString getSoundDir();
     static QString const& getLocalSoundDir();