summaryrefslogtreecommitdiffstats
path: root/src/ZYZUserSymbolListAllSection.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-09-23 14:02:05 +0800
committerPeng Wu <alexepico@gmail.com>2014-09-23 14:02:05 +0800
commit239be6e233e41790759a3e8894f9986074336b21 (patch)
tree39987a633790d393390364ab0c87edaa8242550f /src/ZYZUserSymbolListAllSection.h
parentf23cd35243fc6635b8bb543ccd51ad1a759dc84e (diff)
downloadibus-libzhuyin-239be6e233e41790759a3e8894f9986074336b21.tar.gz
ibus-libzhuyin-239be6e233e41790759a3e8894f9986074336b21.tar.xz
ibus-libzhuyin-239be6e233e41790759a3e8894f9986074336b21.zip
begin to write class UserSymbolListAllSection
Diffstat (limited to 'src/ZYZUserSymbolListAllSection.h')
-rw-r--r--src/ZYZUserSymbolListAllSection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZYZUserSymbolListAllSection.h b/src/ZYZUserSymbolListAllSection.h
index b0e2756..9b7bec4 100644
--- a/src/ZYZUserSymbolListAllSection.h
+++ b/src/ZYZUserSymbolListAllSection.h
@@ -45,6 +45,8 @@ public:
virtual int selectCandidate (guint index);
protected:
+ gboolean loadUserSymbolFile (const gchar * filename);
+
std::vector<String> m_candidates;
SymbolLookup m_user_symbols;
}