Remove extra ';'
This commit is contained in:
parent
3cf7737042
commit
0ea72e9275
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue