2020-12-29 Fred Gleason <fredg@paravelsystems.com>

* Refactored the Full Log widget in rdairplay to use the model-based
	API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-12-29 12:47:31 -05:00
parent ca7ead3ea3
commit 1ce6d0ddc3
33 changed files with 984 additions and 1573 deletions

View File

@@ -38,7 +38,7 @@ class LogModel : public RDLogModel
void setServiceName(const QString &str);
protected:
QColor backgroundColor(int line,RDLogLine *ll) const;
QColor rowBackgroundColor(int row,RDLogLine *ll) const;
private:
RDGroupList *d_group_list;