Skip to content
Commit 4825b1df authored by Jonathan Marten's avatar Jonathan Marten
Browse files

Convert ControlChangeType -> ControlManager::ChangeType (a QFlags)

So can eliminate fromInt() (static_cast will do), toString() (only used
for debugging, qDebug() will print flag values directly),
ControlChangeType class (which doesn't need to be a QObject) and some
static_cast operations (QFlags can do '|' directly).
parent 6a0eb37b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment