mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 18:12:54 -05:00
rbutil: move many more connect calls, mainly for safety.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16997 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
94d65d837c
commit
b235b1306e
7 changed files with 31 additions and 19 deletions
|
|
@ -469,8 +469,9 @@ void Config::browseCache()
|
|||
cbrowser->setFilter(QDir::Drives);
|
||||
#endif
|
||||
cbrowser->setDir(ui.cachePath->text());
|
||||
cbrowser->show();
|
||||
connect(cbrowser, SIGNAL(itemChanged(QString)), this, SLOT(setCache(QString)));
|
||||
cbrowser->show();
|
||||
|
||||
}
|
||||
|
||||
void Config::setMountpoint(QString m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue