mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user