author | llornkcor <llornkcor> | 2002-07-02 02:13:03 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-02 02:13:03 (UTC) |
commit | 75b6c4bb13fcc6d54a249b7885b212f473d654a3 (patch) (side-by-side diff) | |
tree | e94c1b5ac37b9470cd0fadd45b8fc14a9cc4e746 | |
parent | 947bd80f93998f75378db1d677b85eb121c10a1d (diff) | |
download | opie-75b6c4bb13fcc6d54a249b7885b212f473d654a3.zip opie-75b6c4bb13fcc6d54a249b7885b212f473d654a3.tar.gz opie-75b6c4bb13fcc6d54a249b7885b212f473d654a3.tar.bz2 |
added a few dirs to the list
-rw-r--r-- | noncore/settings/sound/soundsettings.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp index 6fea3ed..a163d38 100644 --- a/noncore/settings/sound/soundsettings.cpp +++ b/noncore/settings/sound/soundsettings.cpp @@ -215,4 +215,7 @@ int set=0; QString sName, sPath; QStringList list; + list << "Documents : "+QPEApplication::documentDir(); + list << "tmp : /tmp"; + const QList<FileSystem> &fs = storageInfo.fileSystems(); QListIterator<FileSystem> it ( fs ); @@ -227,4 +230,5 @@ int set=0; i++; } + LocationComboBox->insertStringList(list); qDebug("set item %d", set); |