Fix member variable capitalisation

This commit is contained in:
David Edmundson 2014-05-21 16:54:05 +02:00
parent d2d61c4da3
commit 78e6000e72

View File

@ -333,7 +333,7 @@ void IconItem::geometryChanged(const QRectF &newGeometry,
const QRectF &oldGeometry) const QRectF &oldGeometry)
{ {
if (newGeometry.size() != oldGeometry.size()) { if (newGeometry.size() != oldGeometry.size()) {
m_sizechanged = true; m_sizeChanged = true;
update(); update();
if (newGeometry.width() > 0 && newGeometry.height() > 0) { if (newGeometry.width() > 0 && newGeometry.height() > 0) {
if (!m_loadPixmapTimer.isActive()) { if (!m_loadPixmapTimer.isActive()) {