mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
b1908e95e1
commit
7e91332e39
5 changed files with 24 additions and 36 deletions
|
|
@ -40,7 +40,6 @@ class InstallTalkWindow : public QDialog
|
|||
|
||||
private slots:
|
||||
void browseFolder(void);
|
||||
void setTalkFolder(QString folder);
|
||||
void updateSettings(void);
|
||||
|
||||
signals:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue