[yast-commit] r42632 - /trunk/core/libyui/src/YDialog.h
Author: sh-sh-sh Date: Mon Dec 3 18:51:36 2007 New Revision: 42632 URL: http://svn.opensuse.org/viewcvs/yast?rev=42632&view=rev Log: obsolete Modified: trunk/core/libyui/src/YDialog.h Modified: trunk/core/libyui/src/YDialog.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YDialog.h?rev=42632&r1=42631&r2=42632&view=diff ============================================================================== --- trunk/core/libyui/src/YDialog.h (original) +++ trunk/core/libyui/src/YDialog.h Mon Dec 3 18:51:36 2007 @@ -63,7 +63,7 @@ * Delete the topmost dialog. * * Will throw a YUINoDialogException if there is no dialog and 'doThrow' is - * 'true'. + * 'true'. * * Returns 'true' if there is another open dialog after deleting, * 'false' if there is none. @@ -153,11 +153,7 @@ **/ virtual void setDefaultButton( YPushButton * defaultButton ); - /** - * Implements the ui command queryWidget - **/ - YCPValue queryWidget( const YCPSymbol & property ); - + protected: static std::stack<YDialog *> _dialogStack; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
sh-sh-sh@svn.opensuse.org