Skip to content

Commit

Permalink
Add missing QString argument
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Hurlbut <ghurlbut@mythtv.org>
(cherry picked from commit 2449074)
  • Loading branch information
Richard Gering authored and Beirdo committed Jun 25, 2011
1 parent 30993d6 commit 4444dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/jobqueue.cpp
Expand Up @@ -2278,6 +2278,7 @@ void JobQueue::DoUserJobThread(int jobID)
if (pginfo)
{
msg = QString("Finished %1 for %2 recorded from channel %3")
.arg(jobDesc)
.arg(pginfo->toString(ProgramInfo::kTitleSubtitle))
.arg(pginfo->toString(ProgramInfo::kRecordingKey));
}
Expand Down

0 comments on commit 4444dc5

Please sign in to comment.