From 34df819184611874d6f42516a63fb1f6c253fdd3 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Thu, 24 Oct 2002 20:59:43 +0000 Subject: bug fix cleanup --- (limited to 'noncore/settings') diff --git a/noncore/settings/networksettings/mainwindowimp.cpp b/noncore/settings/networksettings/mainwindowimp.cpp index 4a088cb..f9ca83b 100644 --- a/noncore/settings/networksettings/mainwindowimp.cpp +++ b/noncore/settings/networksettings/mainwindowimp.cpp @@ -78,7 +78,6 @@ MainWindowImp::MainWindowImp(QWidget *parent, const char *name) : MainWindow(par * Deconstructor. Save profiles. Delete loaded libraries. */ MainWindowImp::~MainWindowImp(){ - qDebug("Deleting main window"); // Save profiles. Config cfg("NetworkSetup"); cfg.setGroup("General"); @@ -95,9 +94,9 @@ MainWindowImp::~MainWindowImp(){ QMap::Iterator it; for( it = libraries.begin(); it != libraries.end(); ++it ){ delete it.key(); + // I wonder why I can't delete the libraries //delete it.data(); } - qDebug("Done deleting main window"); } /** diff --git a/noncore/settings/networksettings/wlan/wlanmodule.cpp b/noncore/settings/networksettings/wlan/wlanmodule.cpp index 3363b8a..bf2589e 100644 --- a/noncore/settings/networksettings/wlan/wlanmodule.cpp +++ b/noncore/settings/networksettings/wlan/wlanmodule.cpp @@ -15,7 +15,6 @@ WLANModule::WLANModule() : Module() { /** */ WLANModule::~WLANModule(){ - qDebug("Deleting module"); Interface *i; for ( i=list.first(); i != 0; i=list.next() ) delete i; -- cgit v0.9.0.2