2021-07-12 Fred Gleason <fredg@paravelsystems.com>

* Modified the 'Edit Upload' dialog in rdcatch(1) to disable the
	'Url', 'Username', 'Password' and 'Export Format' controls when
	an RSS feed is selected.
	* Added the feed icon to the 'RSS Feed' column in the record list
	display in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-07-12 09:56:24 -04:00
parent cbdf0a4735
commit cd91364485
10 changed files with 304 additions and 198 deletions

View File

@@ -671,7 +671,7 @@ QString RDRecording::feedKeyName() const
feedId());
RDSqlQuery *q=new RDSqlQuery(sql);
if(q->first()) {
QString ret=q->value(0).toString();
ret=q->value(0).toString();
}
delete q;
return ret;