Core: Drop Q_OBJECT in PresentationModeHandler

Not needed.

Change-Id: Ia6416071f303fd456dc4094aabfeb63acbb226c2
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2023-02-16 16:32:44 +01:00
parent a382be0454
commit 0bb9798c30

View File

@@ -34,8 +34,6 @@ namespace Core::Internal {
class PresentationModeHandler : public QObject
{
Q_OBJECT
public:
void connectCommand(Command *command);
@@ -520,5 +518,3 @@ void ActionManagerPrivate::saveSettings()
saveSettings(j.value());
}
}
#include "actionmanager.moc"