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 37204ce..cbb2077 100644
--- a/qtpropertybrowser/src/qteditorfactory.h
+++ b/qtpropertybrowser/src/qteditorfactory.h
@@ -139,6 +139,7 @@ private:
Q_DECLARE_PRIVATE(QtCheckBoxFactory)
Q_DISABLE_COPY(QtCheckBoxFactory)
Q_PRIVATE_SLOT(d_func(), void slotPropertyChanged(QtProperty *, bool))
+ Q_PRIVATE_SLOT(d_func(), void slotTextVisibleChanged(QtProperty *, bool))
Q_PRIVATE_SLOT(d_func(), void slotSetValue(bool))
Q_PRIVATE_SLOT(d_func(), void slotEditorDestroyed(QObject *))
};