Skip to content

Commit 11764e7

Browse files
sakertoothmessmerd
andauthored
Remove redundant namespace accesses
Co-authored-by: Dalton Messmer <[email protected]>
1 parent 093c3c7 commit 11764e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/audio/AudioPortAudio.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ class AudioPortAudioSetupWidget::DeviceSelectorWidget : public QGroupBox
277277

278278
private:
279279
QComboBox* m_deviceComboBox = nullptr;
280-
lmms::gui::LcdSpinBox* m_channelSpinBox = nullptr;
281-
lmms::IntModel m_channelModel;
280+
LcdSpinBox* m_channelSpinBox = nullptr;
281+
IntModel m_channelModel;
282282
Direction m_direction;
283283
};
284284

0 commit comments

Comments
 (0)