diff options
Diffstat (limited to 'src/declarative/fx/qfxlineedit_p.h')
-rw-r--r-- | src/declarative/fx/qfxlineedit_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxlineedit_p.h b/src/declarative/fx/qfxlineedit_p.h index a0ab19c..a18dea7 100644 --- a/src/declarative/fx/qfxlineedit_p.h +++ b/src/declarative/fx/qfxlineedit_p.h @@ -89,7 +89,8 @@ public: QPointer<QmlComponent> cursorComponent; QPointer<QFxItem> cursorItem; - int oldSelectLength; + int lastSelectionStart; + int lastSelectionEnd; int oldHeight; int oldWidth; bool oldValidity; |