From 0ea72e927576e688b41cdc07fea87fdd8109684a Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 2 Sep 2022 08:27:52 +0200 Subject: [PATCH] Remove extra ';' --- src/backends/drm/drm_pipeline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backends/drm/drm_pipeline.h b/src/backends/drm/drm_pipeline.h index c6a793c94a..6f6aade4e1 100644 --- a/src/backends/drm/drm_pipeline.h +++ b/src/backends/drm/drm_pipeline.h @@ -62,7 +62,7 @@ public: TestBufferFailed, Unknown, }; - Q_ENUM(Error); + Q_ENUM(Error) /** * tests the pending commit first and commits it if the test passes @@ -131,7 +131,7 @@ public: Commit, CommitModeset }; - Q_ENUM(CommitMode); + Q_ENUM(CommitMode) static Error commitPipelines(const QVector &pipelines, CommitMode mode, const QVector &unusedObjects = {}); private: