mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
name-change of RuntimeProfile element
This commit is contained in:
parent
59cdb46c2f
commit
cc99b56c57
1 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ public:
|
||||||
SmallScreen,
|
SmallScreen,
|
||||||
SAE,
|
SAE,
|
||||||
SinglePackage,
|
SinglePackage,
|
||||||
Tracks,
|
Trx,
|
||||||
LastElement,
|
LastElement,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -46,8 +46,8 @@ public:
|
||||||
void set_sae () { bits[SAE] = true; }
|
void set_sae () { bits[SAE] = true; }
|
||||||
bool get_sae () const { return bits[SAE]; }
|
bool get_sae () const { return bits[SAE]; }
|
||||||
|
|
||||||
bool get_tracks() const { return bits[Tracks]; }
|
bool get_trx() const { return bits[Trx]; }
|
||||||
void set_tracks() { bits[Tracks] = true; }
|
void set_trx() { bits[Trx] = true; }
|
||||||
|
|
||||||
void set_single_package () { bits[SinglePackage] = true; }
|
void set_single_package () { bits[SinglePackage] = true; }
|
||||||
bool get_single_package () const { return bits[SinglePackage]; }
|
bool get_single_package () const { return bits[SinglePackage]; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue