--- qsampler/trunk/src/qsamplerDeviceForm.cpp 2007/11/24 13:06:19 1519 +++ qsampler/trunk/src/qsamplerDeviceForm.cpp 2007/11/24 13:22:00 1520 @@ -107,7 +107,9 @@ SLOT(updatePortCellRenderers(const QModelIndex&, const QModelIndex&))); } -DeviceForm::~DeviceForm() { + +DeviceForm::~DeviceForm (void) +{ } @@ -118,9 +120,9 @@ if (pMainForm) pMainForm->stabilizeForm(); - stabilizeForm(); - QWidget::showEvent(pShowEvent); + + refreshDevices(); }