summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextinput.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-09-22 06:51:52 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-09-22 06:51:52 (GMT)
commit72a3f170fbb1eaab9b293a54224e60f861ad5be3 (patch)
treeb9a7fd03bcf2e9347a4722d5e1ac4ad366653550 /src/declarative/fx/qfxtextinput.h
parentab3634173ba5d5ed084710a32508ea728378d038 (diff)
downloadQt-72a3f170fbb1eaab9b293a54224e60f861ad5be3.zip
Qt-72a3f170fbb1eaab9b293a54224e60f861ad5be3.tar.gz
Qt-72a3f170fbb1eaab9b293a54224e60f861ad5be3.tar.bz2
Fixing and refactoring of QFxLineInput updating
Still not working ideally.
Diffstat (limited to 'src/declarative/fx/qfxtextinput.h')
-rw-r--r--src/declarative/fx/qfxtextinput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxtextinput.h b/src/declarative/fx/qfxtextinput.h
index 4fa4100..b1e8b14 100644
--- a/src/declarative/fx/qfxtextinput.h
+++ b/src/declarative/fx/qfxtextinput.h
@@ -184,13 +184,13 @@ public Q_SLOTS:
void selectAll();
private Q_SLOTS:
- void updateSize();
+ void updateSize(bool needsRedraw = true);
void q_textChanged();
void selectionChanged();
- void updateAll();
void createCursor();
void moveCursor();
void cursorPosChanged();
+ void updateRect(const QRect &r = QRect());
private:
Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr.data(), QFxTextInput);