summaryrefslogtreecommitdiffstats
path: root/src/ZYZSymbolSection.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-18 14:13:35 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-18 14:13:35 +0800
commit4a72d7e978f6348d93fe6a3c0c0916cc9ff882c9 (patch)
tree89ad956f191dde11cf9ef3383e8c64491d7b7334 /src/ZYZSymbolSection.h
parentb6e80e9831529cc4f7bcca45dafff8d807fd6423 (diff)
downloadibus-libzhuyin-4a72d7e978f6348d93fe6a3c0c0916cc9ff882c9.tar.gz
ibus-libzhuyin-4a72d7e978f6348d93fe6a3c0c0916cc9ff882c9.tar.xz
ibus-libzhuyin-4a72d7e978f6348d93fe6a3c0c0916cc9ff882c9.zip
rename populateCandidates to fillLookupTableByPage
Diffstat (limited to 'src/ZYZSymbolSection.h')
-rw-r--r--src/ZYZSymbolSection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYZSymbolSection.h b/src/ZYZSymbolSection.h
index df26667..2f6d6ca 100644
--- a/src/ZYZSymbolSection.h
+++ b/src/ZYZSymbolSection.h
@@ -34,7 +34,7 @@ public:
public:
virtual bool initCandidates (const String & hint) = 0;
- virtual bool populateCandidates () = 0;
+ virtual bool fillLookupTableByPage () = 0;
virtual int selectCandidate (guint index) = 0;
public: