mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-10 01:15:13 +00:00
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:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user