Skip to content

Commit

Permalink
Remove tabs from dvr.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigem committed Jun 19, 2013
1 parent 8dfbc63 commit 06d6f4b
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions mythtv/programs/mythbackend/services/dvr.h
Expand Up @@ -120,46 +120,46 @@ class Dvr : public DvrServices
int Transcoder);

bool UpdateRecordSchedule ( uint RecordId,
QString Title,
QString Title,
QString Subtitle,
QString Description,
QString Category,
QDateTime StartTime,
QDateTime EndTime,
QString SeriesId,
QString ProgramId,
int ChanId,
QString Station,
int FindDay,
QTime FindTime,
bool Inactive,
uint Season,
uint Episode,
QString Inetref,
QString Type,
QString SearchType,
int RecPriority,
uint PreferredInput,
int StartOffset,
int EndOffset,
QString DupMethod,
QString DupIn,
uint Filter,
QString RecProfile,
QString RecGroup,
QString StorageGroup,
QString PlayGroup,
bool AutoExpire,
int MaxEpisodes,
bool MaxNewest,
bool AutoCommflag,
bool AutoTranscode,
bool AutoMetaLookup,
bool AutoUserJob1,
bool AutoUserJob2,
bool AutoUserJob3,
bool AutoUserJob4,
int Transcoder);
QString Description,
QString Category,
QDateTime StartTime,
QDateTime EndTime,
QString SeriesId,
QString ProgramId,
int ChanId,
QString Station,
int FindDay,
QTime FindTime,
bool Inactive,
uint Season,
uint Episode,
QString Inetref,
QString Type,
QString SearchType,
int RecPriority,
uint PreferredInput,
int StartOffset,
int EndOffset,
QString DupMethod,
QString DupIn,
uint Filter,
QString RecProfile,
QString RecGroup,
QString StorageGroup,
QString PlayGroup,
bool AutoExpire,
int MaxEpisodes,
bool MaxNewest,
bool AutoCommflag,
bool AutoTranscode,
bool AutoMetaLookup,
bool AutoUserJob1,
bool AutoUserJob2,
bool AutoUserJob3,
bool AutoUserJob4,
int Transcoder);

bool RemoveRecordSchedule ( uint RecordId );

Expand Down

0 comments on commit 06d6f4b

Please sign in to comment.