summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileconfig.h
authorzecke <zecke>2002-09-28 19:45:01 (UTC)
committer zecke <zecke>2002-09-28 19:45:01 (UTC)
commitcb33923e1db6df3ead352f21c94b80a5785d70ca (patch) (side-by-side diff)
treeac7816a66fe94c3d9d51411b458ee14dc117ce09 /noncore/apps/opie-console/profileconfig.h
parenta52cf21d13cc26844adbce20b24287563a559d14 (diff)
downloadopie-cb33923e1db6df3ead352f21c94b80a5785d70ca.zip
opie-cb33923e1db6df3ead352f21c94b80a5785d70ca.tar.gz
opie-cb33923e1db6df3ead352f21c94b80a5785d70ca.tar.bz2
make it possible in profileconfig
to iterate over the items in a group
Diffstat (limited to 'noncore/apps/opie-console/profileconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileconfig.h4
1 files changed, 4 insertions, 0 deletions
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<QString, QString> items(const QString& group)const;
void clearGroup( const QString& );
void clearAll();