EngineBase: Remove extra semicolon
This commit is contained in:
parent
2d5a496678
commit
3154e59b36
|
@ -245,7 +245,7 @@ class EngineBase : public QObject {
|
|||
Q_DISABLE_COPY(EngineBase)
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(EngineBase::Type);
|
||||
Q_DECLARE_METATYPE(EngineBase::Type)
|
||||
Q_DECLARE_METATYPE(EngineBase::State)
|
||||
Q_DECLARE_METATYPE(EngineBase::TrackChangeType)
|
||||
Q_DECLARE_METATYPE(EngineBase::OutputDetails)
|
||||
|
|
Loading…
Reference in New Issue