2021-01-27 Fred Gleason <fredg@paravelsystems.com>

* Added a 'RDMatrix::id()' method.
	* Added 'RDIconEngine::Switcher', 'RDIconEngine::Record',
	'RDIconEngine::Download' and 'RDIconEngine::Upload' icons to
	'RDIconEngine.
	* Added 'RDMatrixListModel'.
	* Refactored the 'Rivendell Switcher List' dialog in rdadmin(1) to
	use the	model-based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-27 17:47:44 -05:00
parent d5f0792db9
commit b102d5b40b
2 changed files with 0 additions and 65 deletions

View File

@@ -51,7 +51,6 @@ class ListMatrices : public RDDialog
private:
void DeleteMatrix(RDMatrix *mtx);
void AddList(int matrix_num);
QLabel *list_title_label;
RDTableView *list_view;
RDMatrixListModel *list_model;