2021-02-02 Fred Gleason <fredg@paravelsystems.com>

* Refactored the 'System-Wide Settings' 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-02-02 20:38:50 -05:00
parent 99a5e3682c
commit 074cfb0c8c

View File

@ -79,7 +79,6 @@ class EditSystem : public RDDialog
QComboBox *edit_rss_processor_station_box;
QLabel *edit_show_user_list_label;
QCheckBox *edit_show_user_list_box;
// Q3ListView *edit_duplicate_list;
RDTableView *edit_duplicate_view;
RDLibraryModel *edit_duplicate_model;
QLabel *edit_notification_address_label;