Stupid Qt designer base class bloat

John Levon kde-optimize@mail.kde.org
Wed, 12 Mar 2003 02:55:27 +0000


    111 void BulletsModuleBase::setActive(QListViewItem*)
    112 {
    113     qWarning( "BulletsModuleBase::setActive(QListViewItem*): Not implemented yet!" );
    114 }


Why oh why do they do this ? Not only is it dumb (it should be made
abstract, surely), it's just pointless bloat (qt-lyx has 160 of these,
and they make up at least 12Kb of entirely wasted .text as far as I can
tell).

Has anyone hassled the trolls about this before ?

regards,
john