From 7980189a2cb34e2864c339ef68bfbe7fb4910750 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 28 Sep 2002 20:45:11 +0000 Subject: Add profiles and the profilemanager to the mainwindow if one would have a ConfigureDialog one could see it.... --- (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 c8a4db5..24256a5 100644 --- a/noncore/apps/opie-console/profilemanager.cpp +++ b/noncore/apps/opie-console/profilemanager.cpp @@ -15,6 +15,7 @@ ProfileManager::~ProfileManager() { } void ProfileManager::load() { m_list.clear(); + qWarning("load"); ProfileConfig conf("opie-console-profiles"); QStringList groups = conf.groups(); QStringList::Iterator it; @@ -23,6 +24,7 @@ void ProfileManager::load() { * for each profile */ for ( it = groups.begin(); it != groups.end(); ++it ) { + qWarning("group " + (*it) ); conf.setGroup( (*it) ); Profile prof; prof.setName( conf.readEntry("name") ); -- cgit v0.9.0.2