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 [colorcorrection] Night Color - blue light filter at nighttime 2017-12-11 10:58:40 +01:00
colorcorrect_settings.kcfgc [colorcorrection] Night Color - blue light filter at nighttime 2017-12-11 10:58:40 +01:00
colorcorrectdbusinterface.cpp [colorcorrection] Night Color - blue light filter at nighttime 2017-12-11 10:58:40 +01:00
colorcorrectdbusinterface.h Fix minor EBN issues 2018-08-29 21:02:16 +03:00
constants.h [colorcorrection] Night Color - blue light filter at nighttime 2017-12-11 10:58:40 +01:00
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 [colorcorrection] Night Color - blue light filter at nighttime 2017-12-11 10:58:40 +01:00
suncalc.cpp [colorcorrection] Night Color - blue light filter at nighttime 2017-12-11 10:58:40 +01:00
suncalc.h [colorcorrection] Night Color - blue light filter at nighttime 2017-12-11 10:58:40 +01:00