mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
Display::Name -> VMManager::Display::Name + changes for FreeBSD
This commit is contained in:
@@ -145,7 +145,7 @@ VMManagerDetailSection::setSectionName(const QString &name)
|
||||
}
|
||||
|
||||
void
|
||||
VMManagerDetailSection::addSection(const QString &name, const QString &value, Display::Name displayField)
|
||||
VMManagerDetailSection::addSection(const QString &name, const QString &value, VMManager::Display::Name displayField)
|
||||
{
|
||||
const auto new_section = DetailSection { name, value};
|
||||
sections.push_back(new_section);
|
||||
|
||||
Reference in New Issue
Block a user