mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
4c881e2c91
commit
974eb5deaf
3 changed files with 6 additions and 3 deletions
|
|
@ -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&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue