From cb33923e1db6df3ead352f21c94b80a5785d70ca Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 28 Sep 2002 19:45:01 +0000 Subject: make it possible in profileconfig to iterate over the items in a group --- (limited to 'noncore/apps/opie-console/profilemanager.cpp') diff --git a/noncore/apps/opie-console/profilemanager.cpp b/noncore/apps/opie-console/profilemanager.cpp index db36686..54b184d 100644 --- a/noncore/apps/opie-console/profilemanager.cpp +++ b/noncore/apps/opie-console/profilemanager.cpp @@ -38,6 +38,9 @@ void ProfileManager::load() { } } +void ProfileManager::clear() { + m_list.clear(); +} Profile::ValueList ProfileManager::all()const { return m_list; } @@ -55,8 +58,8 @@ Session* ProfileManager::fromProfile( const Profile& prof) { return session; } void ProfileManager::save( ) { - m_list.clear(); ProfileConfig conf("opie-console-profiles"); + conf.clearAll(); Session* se= 0l; // FIXME save } -- cgit v0.9.0.2