Don't free objects in the SkinChooser that already freed.

This commit is contained in:
Tobias Rundstrom 2006-03-11 14:11:16 -03:00
parent b74cb0102a
commit f2914f4594
2 changed files with 1 additions and 9 deletions

View file

@ -34,7 +34,7 @@ class SkinChooser : public QMainWindow
{
public:
SkinChooser (QWidget *parent);
~SkinChooser (void);
~SkinChooser (void) {}
MainWindow *getMW (void) { return m_mw; }
private: