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
Graphics
Kipi Plugins
Commits
d4134a61
Commit
d4134a61
authored
May 09, 2012
by
Gilles Caulier
🗼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix MACOSX warnings
parent
e2670ba1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
printimages/wizard/cropframe.cpp
printimages/wizard/cropframe.cpp
+1
-2
printimages/wizard/cropframe.h
printimages/wizard/cropframe.h
+1
-1
No files found.
printimages/wizard/cropframe.cpp
View file @
d4134a61
...
...
@@ -41,7 +41,7 @@
namespace
KIPIPrintImagesPlugin
{
CropFrame
::
CropFrame
(
QWidget
*
parent
=
0
)
CropFrame
::
CropFrame
(
QWidget
*
const
parent
)
:
QWidget
(
parent
)
{
m_mouseDown
=
false
;
...
...
@@ -49,7 +49,6 @@ CropFrame::CropFrame(QWidget* parent=0)
m_pixmap
=
0
;
}
CropFrame
::~
CropFrame
()
{
delete
m_pixmap
;
...
...
printimages/wizard/cropframe.h
View file @
d4134a61
...
...
@@ -43,7 +43,7 @@ class CropFrame : public QWidget
public:
CropFrame
(
QWidget
*
parent
);
CropFrame
(
QWidget
*
const
parent
);
~
CropFrame
();
void
init
(
TPhoto
*
photo
,
int
width
,
int
height
,
bool
autoRotate
,
bool
paint
=
true
);
void
setColor
(
const
QColor
&
);
...
...
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