Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Miguel Lopez
Krita
Commits
06028ae5
Commit
06028ae5
authored
Jan 11, 2015
by
André Wöbbeking
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Wmismatched-tags
parent
ef1a57e8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
krita/plugins/tools/tool_transform2/kis_cage_transform_strategy.h
...ugins/tools/tool_transform2/kis_cage_transform_strategy.h
+1
-1
krita/plugins/tools/tool_transform2/kis_free_transform_strategy.h
...ugins/tools/tool_transform2/kis_free_transform_strategy.h
+1
-1
krita/plugins/tools/tool_transform2/kis_liquify_transform_strategy.h
...ns/tools/tool_transform2/kis_liquify_transform_strategy.h
+1
-1
krita/plugins/tools/tool_transform2/kis_perspective_transform_strategy.h
...ools/tool_transform2/kis_perspective_transform_strategy.h
+1
-1
krita/plugins/tools/tool_transform2/kis_warp_transform_strategy.h
...ugins/tools/tool_transform2/kis_warp_transform_strategy.h
+1
-1
No files found.
krita/plugins/tools/tool_transform2/kis_cage_transform_strategy.h
View file @
06028ae5
...
...
@@ -57,7 +57,7 @@ protected:
QPointF
*
dstOffset
);
private:
class
Private
;
struct
Private
;
const
QScopedPointer
<
Private
>
m_d
;
};
...
...
krita/plugins/tools/tool_transform2/kis_free_transform_strategy.h
View file @
06028ae5
...
...
@@ -62,7 +62,7 @@ signals:
void
requestShowImageTooBig
(
bool
value
);
private:
class
Private
;
struct
Private
;
const
QScopedPointer
<
Private
>
m_d
;
};
...
...
krita/plugins/tools/tool_transform2/kis_liquify_transform_strategy.h
View file @
06028ae5
...
...
@@ -70,7 +70,7 @@ signals:
void
requestCursorOutlineUpdate
(
const
QPointF
&
imagePoint
);
private:
class
Private
;
struct
Private
;
const
QScopedPointer
<
Private
>
m_d
;
};
...
...
krita/plugins/tools/tool_transform2/kis_perspective_transform_strategy.h
View file @
06028ae5
...
...
@@ -61,7 +61,7 @@ signals:
void
requestShowImageTooBig
(
bool
value
);
private:
class
Private
;
struct
Private
;
const
QScopedPointer
<
Private
>
m_d
;
};
...
...
krita/plugins/tools/tool_transform2/kis_warp_transform_strategy.h
View file @
06028ae5
...
...
@@ -85,7 +85,7 @@ protected:
const
QPointF
&
srcOffset
,
QPointF
*
dstOffset
);
private:
class
Private
;
struct
Private
;
const
QScopedPointer
<
Private
>
m_d
;
};
...
...
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