We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea73cab commit 224da16Copy full SHA for 224da16
mythtv/programs/mythfrontend/statusbox.h
@@ -47,11 +47,11 @@ class StatusBox : public MythScreenType
47
48
private:
49
MythUIButtonListItem* AddLogLine(const QString & line,
50
- const QString & help = "",
51
- const QString & detail = "",
52
- const QString & helpdetail = "",
53
- const QString & state = "",
54
- const QString & data = "");
+ const QString & help = "",
+ const QString & detail = "",
+ const QString & helpdetail = "",
+ const QString & state = "",
+ const QString & data = "");
55
56
void getActualRecordedBPS(QString hostnames);
57
0 commit comments