Fixed crash on applying or changing settings

The m_page member used to access the widgets was deleted too early.
Deletion moved to finish() method.
This commit is contained in:
Thorbjørn Lindeijer
2009-02-02 12:14:59 +01:00
parent 66e9410f3d
commit 164ec20b9e
3 changed files with 9 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ public:
QString trCategory() const;
QWidget* createPage(QWidget *parent);
void apply();
void finish() { }
void finish();
private slots:
void resetInterfaceColor();