From 75b6c4bb13fcc6d54a249b7885b212f473d654a3 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 02 Jul 2002 02:13:03 +0000 Subject: added a few dirs to the list --- (limited to 'noncore/settings/sound') 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 @@ -214,6 +214,9 @@ int set=0; StorageInfo storageInfo; QString sName, sPath; QStringList list; + list << "Documents : "+QPEApplication::documentDir(); + list << "tmp : /tmp"; + const QList &fs = storageInfo.fileSystems(); QListIterator it ( fs ); for( ; it.current(); ++it ){ @@ -226,6 +229,7 @@ int set=0; // if(dit.current()->file().find(path) != -1 ) storage=name; i++; } + LocationComboBox->insertStringList(list); qDebug("set item %d", set); LocationComboBox->setCurrentItem(set); -- cgit v0.9.0.2