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
Blackbeard (alberto flores)
Krita
Commits
bbd5667e
Commit
bbd5667e
authored
Aug 09, 2019
by
Blackbeard (alberto flores)
🚢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add destructor for Private object
parent
e7921558
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
libs/brush/kis_vectoranimated_brush.cpp
libs/brush/kis_vectoranimated_brush.cpp
+3
-3
libs/brush/kis_vectoranimated_brush.h
libs/brush/kis_vectoranimated_brush.h
+2
-1
No files found.
libs/brush/kis_vectoranimated_brush.cpp
View file @
bbd5667e
...
...
@@ -90,12 +90,12 @@ KisVectorAnimatedBrush::KisVectorAnimatedBrush(const KisVectorAnimatedBrush& rhs
{
}
/*
KisVectorAnimatedBrush
::~
KisVectorAnimatedBrush
()
{
delete m_
parasite
;
delete
m_
d
;
}
*/
KisBrush
*
KisVectorAnimatedBrush
::
clone
()
const
{
return
new
KisVectorAnimatedBrush
(
*
this
);
...
...
libs/brush/kis_vectoranimated_brush.h
View file @
bbd5667e
...
...
@@ -40,7 +40,8 @@ public:
KisVectorAnimatedBrush
(
const
QString
&
filename
);
KisVectorAnimatedBrush
(
const
KisVectorAnimatedBrush
&
rhs
);
// ~KisVectorAnimatedBrush() override;
~
KisVectorAnimatedBrush
()
override
;
KisBrush
*
clone
()
const
override
;
bool
load
()
override
;
...
...
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