[yast-commit] r39108 - /branches/tmp/sh/mod-ui/qt/src/YQSelectionBox.cc
Author: sh-sh-sh Date: Mon Jul 2 16:34:27 2007 New Revision: 39108 URL: http://svn.opensuse.org/viewcvs/yast?rev=39108&view=rev Log: added missing destructor Modified: branches/tmp/sh/mod-ui/qt/src/YQSelectionBox.cc Modified: branches/tmp/sh/mod-ui/qt/src/YQSelectionBox.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/qt/src/YQSelecti... ============================================================================== --- branches/tmp/sh/mod-ui/qt/src/YQSelectionBox.cc (original) +++ branches/tmp/sh/mod-ui/qt/src/YQSelectionBox.cc Mon Jul 2 16:34:27 2007 @@ -77,6 +77,12 @@ } +YQSelectionBox::~YQSelectionBox() +{ + // NOP +} + + void YQSelectionBox::setLabel( const string & label ) { YSelectionBox::setLabel( label ); -- 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