CClassStore little patch

Stefan Heidrich sheidric at rz.uni-potsdam.de
Sun Aug 8 17:19:54 BST 1999


On Sun, 01 Aug 1999, you wrote:
>Hi all.
>
>What a great piece of work! :)  Working a bit with it I found a few
>things:
>

>Trying to generate source code for dialog (yep, not functional too) the
>compiler complained about the code generated (hide() doesn't take
>parameters) so I decided to modify KDevelop a bit
>atKDlgEdit::generateCommon. Anybody can check this?
>
> if(props->getPropValue("IsHidden") != "")
> {
>    if(props->getPropValue("IsHidden") == "true")
>   {
>       props->dumpPropCall(stream, "hide", "");
>    }
>    else
>    {
>       props->dumpPropCall(stream, "show", "");
>    }
>  }
>// Deleted by pestale    props->dumpBoolPropCall(stream, "hide",
>"IsHidden", false);
>
>
>-- Pau Estalella --
>
>pau.estalella at upcnet.upc.es

Hi Pau,

i have commit this patch to kdevelop.
Thanks,
	Stefan



More information about the KDevelop mailing list