Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tusooa Zhu
Krita
Commits
769bf9a9
Commit
769bf9a9
authored
Aug 19, 2015
by
Halla Rempt
Browse files
debug--
parent
a5f1b871
Changes
1
Hide whitespace changes
Inline
Side-by-side
krita/image/filter/kis_color_transformation_configuration.cc
View file @
769bf9a9
...
...
@@ -49,7 +49,6 @@ KisColorTransformationConfiguration::~KisColorTransformationConfiguration()
KoColorTransformation
*
KisColorTransformationConfiguration
::
colorTransformation
(
const
KoColorSpace
*
cs
,
const
KisColorTransformationFilter
*
filter
)
const
{
qDebug
()
<<
QThread
::
currentThread
();
QMutexLocker
locker
(
&
d
->
mutex
);
KoColorTransformation
*
transformation
=
d
->
colorTransformation
.
value
(
QThread
::
currentThread
(),
0
);
if
(
!
transformation
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment