mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2021-01-27 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDEndpointListModel'. * Refactored the 'List Inputs'/'List Outputs dialogs in rdadmin(1) to use the model-based API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit a Rivendell Endpoint
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -21,10 +21,9 @@
|
||||
#ifndef EDIT_ENDPOINT_H
|
||||
#define EDIT_ENDPOINT_H
|
||||
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qlineedit.h>
|
||||
#include <qcombobox.h>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
|
||||
#include <rddialog.h>
|
||||
#include <rdmatrix.h>
|
||||
@@ -51,11 +50,6 @@ class EditEndpoint : public RDDialog
|
||||
RDMatrix *edit_mtx;
|
||||
RDMatrix::Endpoint edit_endpoint_type;
|
||||
int edit_pointnum;
|
||||
/*
|
||||
QString *edit_pointname;
|
||||
int *edit_enginenum;
|
||||
int *edit_devicenum;
|
||||
*/
|
||||
QString edit_table;
|
||||
QLineEdit *edit_endpoint_edit;
|
||||
QLabel *edit_enginenum_label;
|
||||
|
||||
Reference in New Issue
Block a user