nonexistant bug fixed

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@758 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-01-21 22:43:34 +00:00
parent 216fa83d51
commit 652906c383

View File

@ -45,16 +45,14 @@ QPulseAudioDeviceChooser::QPulseAudioDeviceChooser ( QPulseAudioThread * qpulseA
setupUi ( this );
readSettings();
qDebug() << "setting model";
this->devicesListView->setModel ( &_qpulseAudioDeviceModel );
// void QAbstractItemView::selectionChanged ( const QItemSelection & selected, const QItemSelection & deselected ) [virtual protected slot]
connect ( tryFirstPlayBackMonitorCheckBox, SIGNAL(stateChanged(int)), this, SLOT(updateDevicesListViewLock(int)));
/// @bug wrong! should be based on HASH index, not display index
/// @bug wait! it's ok because we are piping the text, not the device index to the connect method!
connect ( devicesListView, SIGNAL ( doubleClicked ( const QModelIndex& ) ), _qpulseAudioThread, SLOT ( connectDevice ( const QModelIndex& ) ) );
//connect(buttonBox, SIGNAL(accepted()), _qpulseAudioThread, SLOT(connectDevice(device));
}
void QPulseAudioDeviceChooser::open()