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

* Added 'RDServiceListModel' class
	* Refactored the 'List Services' 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-22 09:06:47 -05:00
parent a3525c88e2
commit 52cb6be95f
23 changed files with 770 additions and 97 deletions

View File

@@ -157,6 +157,7 @@ SOURCES += rdschedcode.cpp
SOURCES += rdsegmeter.cpp
SOURCES += rdsendmail.cpp
SOURCES += rdsettings.cpp
SOURCES += rdservicelistmodel.cpp
SOURCES += rdsimpleplayer.cpp
SOURCES += rdslider.cpp
SOURCES += rdsocket.cpp
@@ -309,6 +310,7 @@ HEADERS += rdrsscategorybox.h
HEADERS += rdschedcode.h
HEADERS += rdsegmeter.h
HEADERS += rdsendmail.h
HEADERS += rdservicelistmodel.h
HEADERS += rdsettings.h
HEADERS += rdsimpleplayer.h
HEADERS += rdslider.h