Opened 6 years ago
Closed 6 years ago
#13591 closed Developer Task (Unverified)
Ensure translatable strings are qualified with suitable namespace
| Reported by: | Nick Morrott | Owned by: | Nick Morrott |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Translations | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When updating translations with lupdate, the following warnings were emitted:
/home/nick/dev/src/git/mythtv/mythtv/libs/libmythtv/channelscan/scanwizardconfig.cpp:41: Qualifying with unknown namespace/class ::ScanWizard /home/nick/dev/src/git/mythtv/mythtv/programs/mythtranscode/transcode.cpp:88: Qualifying with unknown namespace/class ::Transcode /home/nick/dev/src/git/mythtv/mythtv/programs/mythtranscode/transcode.cpp:219: Qualifying with unknown namespace/class ::Transcode /home/nick/dev/src/git/mythtv/mythtv/libs/libmythtv/videosource.cpp:2768: Class 'InputDisplayName' lacks Q_OBJECT macro
Note:
See TracTickets
for help on using tickets.

Closing all old tickets in trac.
If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues
and reference the existing trac ticket.