diff options
Diffstat (limited to 'src/declarative/fx/qfxlineedit.h')
-rw-r--r-- | src/declarative/fx/qfxlineedit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxlineedit.h b/src/declarative/fx/qfxlineedit.h index 2c22d4b..0f56818 100644 --- a/src/declarative/fx/qfxlineedit.h +++ b/src/declarative/fx/qfxlineedit.h @@ -147,8 +147,9 @@ protected: void focusChanged(bool hasFocus); -private slots: +private Q_SLOTS: void updateSize(); + void fontChanged(); void q_textChanged(); void selectionChanged(); void updateAll(); |