summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profilemanager.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/profilemanager.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/profilemanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profilemanager.cpp b/noncore/apps/opie-console/profilemanager.cpp
index c8a4db5..24256a5 100644
--- a/noncore/apps/opie-console/profilemanager.cpp
+++ b/noncore/apps/opie-console/profilemanager.cpp
@@ -17,2 +17,3 @@ void ProfileManager::load() {
m_list.clear();
+ qWarning("load");
ProfileConfig conf("opie-console-profiles");
@@ -25,2 +26,3 @@ void ProfileManager::load() {
for ( it = groups.begin(); it != groups.end(); ++it ) {
+ qWarning("group " + (*it) );
conf.setGroup( (*it) );