fixed gcc compile issues
This commit is contained in:
@@ -116,7 +116,7 @@ SequenceDialog::SequenceDialog(Sequence* s, Type t, QWidget* parent) :
|
||||
// Set up available channel layouts
|
||||
QList<uint64_t> channel_layouts = Core::SupportedChannelLayouts();
|
||||
foreach (const uint64_t& layout, channel_layouts) {
|
||||
audio_channels_field_->addItem(Core::ChannelLayoutToString(layout), layout);
|
||||
audio_channels_field_->addItem(Core::ChannelLayoutToString(layout), QVariant::fromValue(layout));
|
||||
}
|
||||
|
||||
// Set values based on input sequence
|
||||
|
||||
Reference in New Issue
Block a user