summaryrefslogtreecommitdiffstats
path: root/sigtools/ClassModel.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-25 02:27:16 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-25 02:27:16 -0400
commit474611ee60d0ba4d734584f275d3191ef541359f (patch)
treeac27084904c145a6f1a38401b7b74d7053fea410 /sigtools/ClassModel.h
parent001fdfa40e9f1a6e8ad18a9e8d054aabcbec17f0 (diff)
downloadsigen-474611ee60d0ba4d734584f275d3191ef541359f.tar.gz
sigen-474611ee60d0ba4d734584f275d3191ef541359f.tar.xz
sigen-474611ee60d0ba4d734584f275d3191ef541359f.zip
Update ClassModel
Diffstat (limited to 'sigtools/ClassModel.h')
-rw-r--r--sigtools/ClassModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigtools/ClassModel.h b/sigtools/ClassModel.h
index d5d0a65c..23a6c3d2 100644
--- a/sigtools/ClassModel.h
+++ b/sigtools/ClassModel.h
@@ -46,6 +46,7 @@ class SIGTOOLS_NO_EXPORT ClassModel : public BaseModel
BaseModel* childItem(const int row);
protected:
int findChild(BaseModel* model) const;
+ void redraw(const int width) const;
const QIcon& m_icon;
const QString& m_name;