Permalink
Browse files
ChannelGroup translation context change
- Loading branch information
|
@@ -198,7 +198,7 @@ QString ChannelGroup::GetChannelGroupName(int grpid) |
|
|
{ |
|
|
// All Channels |
|
|
if (grpid == -1) |
|
|
return QObject::tr("All Channels"); |
|
|
return tr("All Channels"); |
|
|
|
|
|
// No group |
|
|
if (grpid == 0) |
|
|
|
@@ -7,6 +7,7 @@ using namespace std; |
|
|
|
|
|
// qt |
|
|
#include <QString> |
|
|
#include <QCoreApplication> |
|
|
|
|
|
// mythtv |
|
|
#include "mythtvexp.h" |
|
@@ -34,6 +35,8 @@ typedef vector<ChannelGroupItem> ChannelGroupList; |
|
|
*/ |
|
|
class MTV_PUBLIC ChannelGroup |
|
|
{ |
|
|
Q_DECLARE_TR_FUNCTIONS(ChannelGroup) |
|
|
|
|
|
public: |
|
|
// ChannelGroup |
|
|
static ChannelGroupList GetChannelGroups(bool includeEmpty = true); |
|
|
0 comments on commit
39ced03