From b5ead9fe02e9c56adb82eafc1e7a9b091884fbd7 Mon Sep 17 00:00:00 2001 From: coolo Date: Fri, 7 Dec 2007 17:50:20 +0000 Subject: [PATCH] remove some FIXMEs git-svn-id: http://svn.opensuse.org/svn/yast/trunk/qt4@42830 e0cc52ee-31ee-0310-8b87-e83c4596d67c --- src/YQRichText.cc | 7 ------- src/YQWizard.cc | 4 +--- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/YQRichText.cc b/src/YQRichText.cc index 3df1557..8a59d30 100644 --- a/src/YQRichText.cc +++ b/src/YQRichText.cc @@ -71,13 +71,6 @@ YQRichText::YQRichText( YWidget * parent, const string & text, bool plainTextMod _textBrowser->setPalette( pal ); -#ifdef FIXME - // Set the text background to a light grey - - _textBrowser->setPaper( QColor( 234, 234, 234 ) ); -#endif - - // Propagate clicks on hyperlinks connect( _textBrowser, SIGNAL( anchorClicked( const QUrl & ) ), diff --git a/src/YQWizard.cc b/src/YQWizard.cc index 846b4f9..b0f42a5 100644 --- a/src/YQWizard.cc +++ b/src/YQWizard.cc @@ -123,9 +123,6 @@ YQWizard::YQWizard( YWidget * parent, _sendButtonEvents = true; _contentsReplacePoint = 0; - //FIXME _stepsList.setAutoDelete( true ); - //FIXME _stepsIDs.setAutoDelete( false ); // Only for one of both! - YQUI::setTextdomain( TEXTDOMAIN ); //layoutTitleBar( this ); @@ -408,6 +405,7 @@ void YQWizard::setCurrentStep( const string & id ) void YQWizard::deleteSteps() { + qDeleteAll(_stepsList); _stepsList.clear(); _stepsIDs.clear(); } -- 2.39.2