From 9079f9d982273527517ef6d236b6b26d9dcde95c Mon Sep 17 00:00:00 2001 From: Radu Ursu Date: Thu, 11 Sep 2003 14:00:06 +0000 Subject: [PATCH] documented the 2 missing signals in the Qt_widget_history --- .../Qt_widget/doc_tex/Qt_widget_ref/Qt_widget_history.tex | 4 ++++ .../doc_tex/support/Qt_widget_ref/Qt_widget_history.tex | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Packages/Qt_widget/doc_tex/Qt_widget_ref/Qt_widget_history.tex b/Packages/Qt_widget/doc_tex/Qt_widget_ref/Qt_widget_history.tex index 56cfe151fa9..87d53ef558c 100644 --- a/Packages/Qt_widget/doc_tex/Qt_widget_ref/Qt_widget_history.tex +++ b/Packages/Qt_widget/doc_tex/Qt_widget_ref/Qt_widget_history.tex @@ -46,6 +46,10 @@ history list.} intervals.} \ccMethod{void clear();}{This will clear the entire history list.} +\ccHeading{signals:} +\ccMethod{void backwardAvaillable(bool);}{} +\ccGlue +\ccMethod{void forwardAvaillable(bool);}{This two signals are emited when there are available items in the history list as regards to the current position in the list.} \end{ccRefClass} diff --git a/Packages/Qt_widget/doc_tex/support/Qt_widget_ref/Qt_widget_history.tex b/Packages/Qt_widget/doc_tex/support/Qt_widget_ref/Qt_widget_history.tex index 56cfe151fa9..87d53ef558c 100644 --- a/Packages/Qt_widget/doc_tex/support/Qt_widget_ref/Qt_widget_history.tex +++ b/Packages/Qt_widget/doc_tex/support/Qt_widget_ref/Qt_widget_history.tex @@ -46,6 +46,10 @@ history list.} intervals.} \ccMethod{void clear();}{This will clear the entire history list.} +\ccHeading{signals:} +\ccMethod{void backwardAvaillable(bool);}{} +\ccGlue +\ccMethod{void forwardAvaillable(bool);}{This two signals are emited when there are available items in the history list as regards to the current position in the list.} \end{ccRefClass}