[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. c190fbb61058a8c2f7e7a2c650bf0528d75324be
Eugeniy Meshcheryakov
eugen at debian.org
Mon Feb 11 10:41:41 UTC 2008
The following commit has been merged in the master branch:
commit 4d599d69f1c6341103900f58ef018336e3f94235
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Sun Feb 10 23:45:03 2008 +0100
rename s/update/updateGeometry/
diff --git a/gui/glyphitem.cxx b/gui/glyphitem.cxx
index f42baad..fee3635 100644
--- a/gui/glyphitem.cxx
+++ b/gui/glyphitem.cxx
@@ -24,10 +24,10 @@ GlyphItemBase::GlyphItemBase(Glyph *glyph, QGraphicsItem *parent) :
{
Q_ASSERT(m_glyph);
calculateBoundingRect();
- connect(m_glyph, SIGNAL(outlineChanged()), this, SLOT(update()));
+ connect(m_glyph, SIGNAL(outlineChanged()), this, SLOT(updateGeometry()));
}
-void GlyphItemBase::update()
+void GlyphItemBase::updateGeometry()
{
prepareGeometryChange();
calculateBoundingRect();
diff --git a/gui/glyphitem.h b/gui/glyphitem.h
index 0791af7..a470497 100644
--- a/gui/glyphitem.h
+++ b/gui/glyphitem.h
@@ -28,7 +28,7 @@ public:
GlyphItemBase(Glyph *glyph, QGraphicsItem *parent = 0);
QRectF boundingRect() const;
public slots:
- void update();
+ void updateGeometry();
protected:
void paintOutline(QPainter *painter, bool paintOpen = true);
void paintFill(QPainter *painter);
--
Fondue Font Editor
More information about the fondue-commits
mailing list