kwin/colorcorrection
Vlad Zagorodniy ca3cbbce84 [colorcorrection] Make GammaRamp non-copyable
Summary:
GammaRamp deletes an array in the destructor thus we have to either
declare our own copy constructor and copy assignment operator or
delete them both.

GammaRamp looks more like an identity rather than a value so both copy
constructor and copy assignment operator were deleted.

Test Plan: Compiles.

Reviewers: #kwin, romangg

Reviewed By: #kwin, romangg

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D16023
2018-10-07 20:57:57 +03:00
..
colorcorrect_settings.kcfg
colorcorrect_settings.kcfgc
colorcorrectdbusinterface.cpp
colorcorrectdbusinterface.h Fix minor EBN issues 2018-08-29 21:02:16 +03:00
constants.h
gammaramp.h [colorcorrection] Make GammaRamp non-copyable 2018-10-07 20:57:57 +03:00
manager.cpp [colorcorrection] Set gamma through Output class 2018-08-31 11:58:21 +02:00
manager.h
suncalc.cpp
suncalc.h