SVN commit 1052055 by guymaurel: add Q_UNUSED( ) M +3 -0 configdialog.cpp --- trunk/KDE/kdepim/akonadi/resources/microblog/configdialog.cpp #1052054:1052055 @@ -97,6 +97,9 @@ void ConfigDialog::slotAuthFailed( const QString& error ) { + Q_UNUSED( error ); +#warnig: what is the need of the unused parameter(s)? +//TODO what is the need of the unused parameter(s)? unsetCursor(); ui.statusLabel->setText( i18n( "Failed" ) ); ui.statusImageLabel->setPixmap( KIcon( "dialog-cancel" ).pixmap( 16 ) );