mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-08 08:25:18 +00:00
fixed order of operations init bug
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@749 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -20,8 +20,8 @@ this->tryFirstPlayBackMonitorCheckBox->setCheckState
|
||||
|
||||
QPulseAudioDeviceChooser::QPulseAudioDeviceChooser(const QHash<int, QString> & devices, QWidget * parent = 0, Qt::WindowFlags f) : QDialog(parent, f), m_qpulseAudioDeviceModel(devices, this) {
|
||||
|
||||
readSettings();
|
||||
setupUi(this);
|
||||
readSettings();
|
||||
this->devicesListView->setModel(&m_qpulseAudioDeviceModel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user