Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14695 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2007-09-14 20:22:53 +00:00
parent 4c881e2c91
commit 974eb5deaf
3 changed files with 6 additions and 3 deletions

View file

@ -28,7 +28,7 @@ class BrowseDirtree : public QDialog
Q_OBJECT
public:
BrowseDirtree(QWidget *parent = 0);
BrowseDirtree(QWidget *parent = 0, const QString &caption="");
void setFilter(const QDir::Filters&);
void setDir(const QDir&);
void setDir(const QString&);