Remove extra ';'

This commit is contained in:
Laurent Montel 2022-09-02 08:27:52 +02:00
parent 3cf7737042
commit 0ea72e9275

View file

@ -62,7 +62,7 @@ public:
TestBufferFailed, TestBufferFailed,
Unknown, Unknown,
}; };
Q_ENUM(Error); Q_ENUM(Error)
/** /**
* tests the pending commit first and commits it if the test passes * tests the pending commit first and commits it if the test passes
@ -131,7 +131,7 @@ public:
Commit, Commit,
CommitModeset CommitModeset
}; };
Q_ENUM(CommitMode); Q_ENUM(CommitMode)
static Error commitPipelines(const QVector<DrmPipeline *> &pipelines, CommitMode mode, const QVector<DrmObject *> &unusedObjects = {}); static Error commitPipelines(const QVector<DrmPipeline *> &pipelines, CommitMode mode, const QVector<DrmObject *> &unusedObjects = {});
private: private: