forked from len0rd/rockbox
rbutil: Remove unnecessary Q_OBJECT.
PlayerBuildInfo uses no signals/slots, so we don't need Q_OBJECT. Change-Id: If4e264b733d912ecda3659ea0e1abb9d2b56950e
This commit is contained in:
parent
1aea2d5b7e
commit
215ba4abf7
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@
|
|||
// 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