Cleanup: remove this-> for m_ prefixed members in Compositor

For cleaning old code style as new code usually omit it.
This commit is contained in:
2021-10-13 23:00:50 +02:00
parent ecb8a574c7
commit ea79efef70
198 changed files with 2879 additions and 2961 deletions

View File

@@ -47,7 +47,7 @@ class LuminanceMatteOperation : public MultiThreadedOperation {
void setSettings(NodeChroma *nodeChroma)
{
this->m_settings = nodeChroma;
m_settings = nodeChroma;
}
void update_memory_buffer_partial(MemoryBuffer *output,