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 / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
aedf9160
Commit
aedf9160
authored
Mar 16, 2010
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utils: compile fix with namespaces
parent
ed35ec3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/libs/utils/stylehelper.h
src/libs/utils/stylehelper.h
+2
-3
No files found.
src/libs/utils/stylehelper.h
View file @
aedf9160
...
...
@@ -39,11 +39,10 @@ QT_BEGIN_NAMESPACE
class
QPalette
;
class
QPainter
;
class
QRect
;
QT_END_NAMESPACE
// Note, this is exported but in a private header as qtopengl depends on it.
// We should consider adding this as a public helper function.
extern
void
qt_blurImage
(
QPainter
*
p
,
QImage
&
blurImage
,
qreal
radius
,
bool
quality
,
bool
alphaOnly
,
int
transposed
=
0
);
void
qt_blurImage
(
QPainter
*
p
,
QImage
&
blurImage
,
qreal
radius
,
bool
quality
,
bool
alphaOnly
,
int
transposed
=
0
);
QT_END_NAMESPACE
// Helper class holding all custom color values
...
...
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