From 956522a9355051294e12e85e564d8ae1f0b928a3 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 25 Mar 2002 19:19:51 +0000 Subject: - no default arguments in method implementations --- (limited to 'library/menubutton.cpp') diff --git a/library/menubutton.cpp b/library/menubutton.cpp index c34383a..6b1fa2b 100644 --- a/library/menubutton.cpp +++ b/library/menubutton.cpp @@ -101,7 +101,7 @@ void MenuButton::insertItems( const QStringList& items ) /*! Inserts an \a icon and \a text into the menu. */ -void MenuButton::insertItem( const QIconSet& icon, const QString& text=QString::null ) +void MenuButton::insertItem( const QIconSet& icon, const QString& text ) { pop->insertItem(icon, text, nitems++); if ( nitems==1 ) select(0); -- cgit v0.9.0.2