mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2022-07-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that permitted immutable switcher endpoint names to be edited. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -116,6 +116,7 @@ class RDMatrix
|
||||
static bool controlActive(RDMatrix::Type type,RDMatrix::Control control);
|
||||
static int defaultControlValue(RDMatrix::Type type,
|
||||
RDMatrix::Control control);
|
||||
static bool endpointsAreEditable(RDMatrix::Type type);
|
||||
|
||||
private:
|
||||
QString GetEndpointName(int pointnum,const QString &table) const;
|
||||
|
Reference in New Issue
Block a user