Skip to content

Commit

Permalink
Translation context changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Aug 1, 2013
1 parent 126b699 commit b1e8265
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmythtv/recorders/signalmonitor.h
Expand Up @@ -12,6 +12,7 @@ using namespace std;
// Qt headers
#include <QWaitCondition>
#include <QMutex>
#include <QCoreApplication>

// MythTV headers
#include "signalmonitorlistener.h"
Expand All @@ -30,6 +31,8 @@ class TVRec;

class SignalMonitor : protected MThread
{
Q_DECLARE_TR_FUNCTIONS(SignalMonitor)

public:
/// Returns true iff the card type supports signal monitoring.
static inline bool IsRequired(const QString &cardtype);
Expand Down

0 comments on commit b1e8265

Please sign in to comment.