summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileconfig.h
Side-by-side diff
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();