Android: Remove a few unnecessay Q_OBJECT

Change-Id: Ic57a7cfc58d741547cb793b24ff1358d900eaf5d
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-07-14 09:23:10 +02:00
parent 9f3e0db3e4
commit 944a1e8a11
5 changed files with 2 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ class SplashScreenContainerWidget;
class PermissionsModel: public QAbstractListModel
{
Q_OBJECT
public:
PermissionsModel(QObject *parent = nullptr);
void setPermissions(const QStringList &permissions);