summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_s60_p.h
diff options
context:
space:
mode:
authorJiang Jiang <jiang.jiang@nokia.com>2010-09-02 15:57:59 +0200
committerJiang Jiang <jiang.jiang@nokia.com>2010-09-02 17:12:53 +0200
commit19beb3de012c4531dc69699bbb33f2cf1e86a84c (patch)
tree1c4c970bd35258e5cf84f7708c02c2f14d8a2f99 /src/gui/text/qfontengine_s60_p.h
parent594d76ed6f2fb9febee1802a4bd67e48e935d361 (diff)
Fix broken S60 build
Reviewed-by: Liang Qi
Diffstat (limited to 'src/gui/text/qfontengine_s60_p.h')
-rw-r--r--src/gui/text/qfontengine_s60_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qfontengine_s60_p.h b/src/gui/text/qfontengine_s60_p.h
index d65f13bbe5..d05c23c4e0 100644
--- a/src/gui/text/qfontengine_s60_p.h
+++ b/src/gui/text/qfontengine_s60_p.h
@@ -81,6 +81,7 @@ public:
bool getSfntTableData(uint tag, uchar *buffer, uint *length) const;
const uchar *cmap() const;
CFont *fontOwner() const;
+ bool isSymbolCMap() const;
private:
CFont* m_cFont;