diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2022-03-23 19:12:04 +0100 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2022-03-23 19:34:30 +0100 |
commit | 215ba4abf7d4cf369bceb4c23728c0b995e4eae5 (patch) | |
tree | d84da37c58269e5da2a6da4a1dc1c5562b3ccbfb /utils | |
parent | 1aea2d5b7e3b5f9ac7f8abdcdce57eeddf46e48d (diff) | |
download | rockbox-215ba4abf7d4cf369bceb4c23728c0b995e4eae5.tar.gz rockbox-215ba4abf7d4cf369bceb4c23728c0b995e4eae5.zip |
rbutil: Remove unnecessary Q_OBJECT.
PlayerBuildInfo uses no signals/slots, so we don't need Q_OBJECT.
Change-Id: If4e264b733d912ecda3659ea0e1abb9d2b56950e
Diffstat (limited to 'utils')
-rw-r--r-- | utils/rbutilqt/base/playerbuildinfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/rbutilqt/base/playerbuildinfo.h b/utils/rbutilqt/base/playerbuildinfo.h index 6a88f750ed..85fc2ac6dc 100644 --- a/utils/rbutilqt/base/playerbuildinfo.h +++ b/utils/rbutilqt/base/playerbuildinfo.h | |||
@@ -30,8 +30,6 @@ | |||
30 | // For build info data retrieved from the build server has to be passed. | 30 | // For build info data retrieved from the build server has to be passed. |
31 | class PlayerBuildInfo : public QObject | 31 | class PlayerBuildInfo : public QObject |
32 | { | 32 | { |
33 | Q_OBJECT | ||
34 | |||
35 | public: | 33 | public: |
36 | 34 | ||
37 | enum BuildType { | 35 | enum BuildType { |