Alfredo Braunstein <[EMAIL PROTECTED]> writes:
| +void QContentPane::trackScrollbar(bool yes)
| +{
| + track_scrollbar_ = yes;
| +}
Is yes a good name for a variable?
(for a constant... yes...)
Other than that: no comments.
--
Lgb
Alfredo Braunstein <[EMAIL PROTECTED]> writes:
| +void QContentPane::trackScrollbar(bool yes)
| +{
| + track_scrollbar_ = yes;
| +}
Is yes a good name for a variable?
(for a constant... yes...)
Other than that: no comments.
--
Lgb