Fix double save of Configuration

The createIcons method in ConfigDialog also adds
another connect to the save button. This has been
removed.

Lame and brain-dead coding error.
This commit is contained in:
Mark Liversedge
2011-11-26 17:54:35 +00:00
parent 2125e55507
commit db1c6e8c8d

View File

@@ -114,8 +114,6 @@ void ConfigDialog::createIcons()
connect(contentsWidget,
SIGNAL(currentItemChanged(QListWidgetItem *, QListWidgetItem *)),
this, SLOT(changePage(QListWidgetItem *, QListWidgetItem*)));
connect(saveButton, SIGNAL(clicked()), this, SLOT(save_Clicked()));
}