We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093c3c7 commit 11764e7Copy full SHA for 11764e7
src/core/audio/AudioPortAudio.cpp
@@ -277,8 +277,8 @@ class AudioPortAudioSetupWidget::DeviceSelectorWidget : public QGroupBox
277
278
private:
279
QComboBox* m_deviceComboBox = nullptr;
280
- lmms::gui::LcdSpinBox* m_channelSpinBox = nullptr;
281
- lmms::IntModel m_channelModel;
+ LcdSpinBox* m_channelSpinBox = nullptr;
+ IntModel m_channelModel;
282
Direction m_direction;
283
};
284
0 commit comments