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

@@ -40,7 +40,7 @@ class WriteBufferOperation : public NodeOperation {
~WriteBufferOperation();
MemoryProxy *getMemoryProxy()
{
return this->m_memoryProxy;
return m_memoryProxy;
}
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler) override;
bool isSingleValue() const