SVN commit 1052063 by guymaurel: add a comment in the TODO M +1 -0 configdialog.cpp --- trunk/KDE/kdepim/akonadi/resources/microblog/configdialog.cpp #1052062:1052063 @@ -100,6 +100,7 @@ Q_UNUSED( error ); #warnig: what is the need of the unused parameter(s)? //TODO what is the need of the unused parameter(s)? +// should error be shown to the user? unsetCursor(); ui.statusLabel->setText( i18n( "Failed" ) ); ui.statusImageLabel->setPixmap( KIcon( "dialog-cancel" ).pixmap( 16 ) );