From c306ba7e1c73ec200b1621d224fc77f45e798e13 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Tue, 22 Oct 2002 21:04:58 +0000 Subject: Fix segfault --- (limited to 'noncore/net/networksetup/mainwindowimp.cpp') diff --git a/noncore/net/networksetup/mainwindowimp.cpp b/noncore/net/networksetup/mainwindowimp.cpp index 9d81ab1..c86acdc 100644 --- a/noncore/net/networksetup/mainwindowimp.cpp +++ b/noncore/net/networksetup/mainwindowimp.cpp @@ -78,6 +78,7 @@ MainWindowImp::MainWindowImp(QWidget *parent, const char *name) : MainWindow(par * Deconstructor. Save profiles. Delete loaded libraries. */ MainWindowImp::~MainWindowImp(){ + qDebug("start Saving mainwindow"); // Save profiles. Config cfg("NetworkSetup"); cfg.setGroup("General"); @@ -96,6 +97,7 @@ MainWindowImp::~MainWindowImp(){ delete it.key(); delete it.data(); } + qDebug("done Saving mainwindow"); } /** -- cgit v0.9.0.2