mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: Add missing Q_OBJECT macro to PlayerBuildInfo.
Needed to make translated strings actually get translated. Change-Id: I6ab6266c4444b6032a8b976b8219ace30907398d
This commit is contained in:
parent
10e2f53ff5
commit
eaf86a22d3
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
// For build info data retrieved from the build server has to be passed.
|
||||
class PlayerBuildInfo : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
enum BuildType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue