Fixes to speed alarm and poi alerts. Added flicker effect. Some new fields to text...
[jspeed] / src / fileselector.h
index 1a2ccb3..26981da 100644 (file)
@@ -29,6 +29,7 @@ class FileSelector : public ButtonSelector
 
 public:
     FileSelector(QString const& text, QWidget* parent = 0);
+    bool loadFiles(QString const& dir, QStringList const& patterns);
     bool loadFiles(QString const& dir, QString const& pattern);
     bool importFile(QString const& dir, QString const& name,
                     QString const& pattern, bool add = true,