Use QFileDialog::getExistingDirectory() for path selection.

This makes it possible for native dialogs to get used on Windows and OS X. The
mountpoint selection dialog needs special handling and still uses the
BrowseDirtree class for now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24703 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-02-16 21:34:39 +00:00
parent b1908e95e1
commit 7e91332e39
5 changed files with 24 additions and 36 deletions

View file

@ -40,7 +40,6 @@ class InstallTalkWindow : public QDialog
private slots:
void browseFolder(void);
void setTalkFolder(QString folder);
void updateSettings(void);
signals: