diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbfont.h')
-rw-r--r-- | utils/themeeditor/graphics/rbfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/graphics/rbfont.h b/utils/themeeditor/graphics/rbfont.h index bc695a0709..6169d92940 100644 --- a/utils/themeeditor/graphics/rbfont.h +++ b/utils/themeeditor/graphics/rbfont.h | |||
@@ -35,7 +35,7 @@ public: | |||
35 | RBFont(QString file); | 35 | RBFont(QString file); |
36 | virtual ~RBFont(); | 36 | virtual ~RBFont(); |
37 | 37 | ||
38 | RBText* renderText(QString text, QColor color, | 38 | RBText* renderText(QString text, QColor color, int maxWidth, |
39 | QGraphicsItem* parent = 0); | 39 | QGraphicsItem* parent = 0); |
40 | int lineHeight(){ return header.value("height", 0).toInt(); } | 40 | int lineHeight(){ return header.value("height", 0).toInt(); } |
41 | 41 | ||