Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frameworks
KDE Plasma Framework
Commits
78e6000e
Commit
78e6000e
authored
May 21, 2014
by
David Edmundson
Browse files
Fix member variable capitalisation
parent
d2d61c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/declarativeimports/core/iconitem.cpp
View file @
78e6000e
...
...
@@ -333,7 +333,7 @@ void IconItem::geometryChanged(const QRectF &newGeometry,
const
QRectF
&
oldGeometry
)
{
if
(
newGeometry
.
size
()
!=
oldGeometry
.
size
())
{
m_size
c
hanged
=
true
;
m_size
C
hanged
=
true
;
update
();
if
(
newGeometry
.
width
()
>
0
&&
newGeometry
.
height
()
>
0
)
{
if
(
!
m_loadPixmapTimer
.
isActive
())
{
...
...
Write
Preview
Supports
Markdown
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