Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tusooa Zhu
Krita
Commits
de8d0412
Commit
de8d0412
authored
Jul 10, 2018
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove illogical assert
BUG:39613
parent
fd325b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
libs/flake/KoDerivedResourceConverter.cpp
libs/flake/KoDerivedResourceConverter.cpp
+0
-5
No files found.
libs/flake/KoDerivedResourceConverter.cpp
View file @
de8d0412
...
...
@@ -65,12 +65,7 @@ bool KoDerivedResourceConverter::notifySourceChanged(const QVariant &sourceValue
QVariant
KoDerivedResourceConverter
::
readFromSource
(
const
QVariant
&
sourceValue
)
{
const
QVariant
result
=
fromSource
(
sourceValue
);
KIS_SAFE_ASSERT_RECOVER_NOOP
(
m_d
->
lastKnownValue
.
isNull
()
||
result
==
m_d
->
lastKnownValue
);
m_d
->
lastKnownValue
=
result
;
return
m_d
->
lastKnownValue
;
}
...
...
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