mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2021-01-31 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'RDVguestResourceListModel' model class to 'RDResourceListModel'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <rdmatrix.h>
|
||||
#include <rdtableview.h>
|
||||
#include <rduser.h>
|
||||
#include <rdvguestresourcelistmodel.h>
|
||||
#include <rdresourcelistmodel.h>
|
||||
|
||||
#include "edit_vguest_resource.h"
|
||||
|
||||
@@ -57,7 +57,7 @@ class ListVguestResources : public RDDialog
|
||||
RDMatrix::VguestType list_type;
|
||||
QLabel *list_title_label;
|
||||
RDTableView *list_list_view;
|
||||
RDVguestResourceListModel *list_list_model;
|
||||
RDResourceListModel *list_list_model;
|
||||
QPushButton *list_edit_button;
|
||||
QPushButton *list_close_button;
|
||||
int list_size;
|
||||
|
||||
Reference in New Issue
Block a user