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/profileconfig.h') diff --git a/noncore/apps/opie-console/profileconfig.h b/noncore/apps/opie-console/profileconfig.h index e2e149c..f371ead 100644 --- a/noncore/apps/opie-console/profileconfig.h +++ b/noncore/apps/opie-console/profileconfig.h @@ -10,6 +10,10 @@ public: ProfileConfig( const QString& prof ); ~ProfileConfig(); QStringList groups()const; + /** + * return the items in the group + */ + QMap items(const QString& group)const; void clearGroup( const QString& ); void clearAll(); -- cgit v0.9.0.2