When I emerge kwavecontrol-0.3-r1 the build fails due to a typo in the header file: kwavecontrol/kwcentryselection.h Line 41 ends with two ';'. This is a patch to fix it: --- kwavecontrol/kwcentryselection.h 2005-06-26 13:51:31.846969280 +0300 +++ kwavecontrol/kwcentryselection.h.good 2005-06-26 13:51:58.726882912 +0300 @@ -38,7 +38,7 @@ /** No descriptions */ void setCurrentItem(int index); /** No descriptions */ - void clear();; + void clear(); protected: KComboBox *valueSelect; Reproducible: Always Steps to Reproduce: - Actual Results: - Expected Results: - -
Is this project still useful? It is more than two years old and probably superseded by many other kde applications...
Actually, after installing and trying to use this utility, I found it unuseful at all. So basically this bug can be closed due to uninterest to the public. So i moved this bug to status "INVALID"
Since no one noticed that it doesn't compile with newer gcc, I assume nobody is still using this app... I will remove it from portage later.
Removed from portage.