summaryrefslogtreecommitdiffstats
path: root/client/qt4/ibus-input-context.h
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-18 10:12:27 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-18 10:12:27 +0800
commitdb0290859be1708a2d78636820eb52f2c3bfbe67 (patch)
tree26e105596196fccdbf220cca13a1bc8b57957087 /client/qt4/ibus-input-context.h
parentf1390a784766ccfc5903d54e9ae03553dac5273f (diff)
downloadibus-db0290859be1708a2d78636820eb52f2c3bfbe67.tar.gz
ibus-db0290859be1708a2d78636820eb52f2c3bfbe67.tar.xz
ibus-db0290859be1708a2d78636820eb52f2c3bfbe67.zip
Fix cursor pos problem
Diffstat (limited to 'client/qt4/ibus-input-context.h')
-rw-r--r--client/qt4/ibus-input-context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/qt4/ibus-input-context.h b/client/qt4/ibus-input-context.h
index 2e20bb8..2fd3e56 100644
--- a/client/qt4/ibus-input-context.h
+++ b/client/qt4/ibus-input-context.h
@@ -64,7 +64,6 @@ private:
int preedit_cursor_pos;
bool has_focus;
QList <QList <quint32> > preedit_attrs;
- QRect cursor_location;
};
#endif //__IBUS_INPUT_CONTEXT_H_