[yast-commit] r42733 - in /trunk/qt/src: YQUI.h YQUI_x11.cc
Author: sh-sh-sh Date: Wed Dec 5 19:35:14 2007 New Revision: 42733 URL: http://svn.opensuse.org/viewcvs/yast?rev=42733&view=rev Log: obsolete Modified: trunk/qt/src/YQUI.h trunk/qt/src/YQUI_x11.cc Modified: trunk/qt/src/YQUI.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/YQUI.h?rev=42733&r1=42732&r2=42733&view=diff ============================================================================== --- trunk/qt/src/YQUI.h (original) +++ trunk/qt/src/YQUI.h Wed Dec 5 19:35:14 2007 @@ -371,11 +371,6 @@ const QString & headline ); /** - * main widget - **/ - QWidget* mainWidget(); - - /** * Initialize and set a textdomain for gettext() **/ static void setTextdomain( const char * domain ); Modified: trunk/qt/src/YQUI_x11.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/YQUI_x11.cc?rev=42733&r1=42732&r2=42733&view=diff ============================================================================== --- trunk/qt/src/YQUI_x11.cc (original) +++ trunk/qt/src/YQUI_x11.cc Wed Dec 5 19:35:14 2007 @@ -86,12 +86,6 @@ } -QWidget* YQUI::mainWidget() -{ - return _main_win; -}; - - void YQUI::beep() { qApp->beep(); -- 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