summaryrefslogtreecommitdiffstats
path: root/qtpropertybrowser/src/qteditorfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtpropertybrowser/src/qteditorfactory.h')
-rw-r--r--qtpropertybrowser/src/qteditorfactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtpropertybrowser/src/qteditorfactory.h b/qtpropertybrowser/src/qteditorfactory.h
index 5fe7cab..6af079c 100644
--- a/qtpropertybrowser/src/qteditorfactory.h
+++ b/qtpropertybrowser/src/qteditorfactory.h
@@ -185,6 +185,7 @@ private:
Q_DISABLE_COPY(QtLineEditFactory)
Q_PRIVATE_SLOT(d_func(), void slotPropertyChanged(QtProperty *, const QString &))
Q_PRIVATE_SLOT(d_func(), void slotRegExpChanged(QtProperty *, const QRegExp &))
+ Q_PRIVATE_SLOT(d_func(), void slotEchoModeChanged(QtProperty *, int))
Q_PRIVATE_SLOT(d_func(), void slotSetValue(const QString &))
Q_PRIVATE_SLOT(d_func(), void slotEditorDestroyed(QObject *))
};