[Qt] Warning about wrong char code with QT bindings
zeljko
zeljko at holobit.net
Mon Mar 14 08:06:29 CET 2011
On Sunday 13 of March 2011 22:33:39 Juha Manninen wrote:
> Zeljan:
>
> About r.29822.
> In Search dialog, when pressing Enter you get a DebugLn warning (changed
> from Assertion failure) about key not being LM_SYSCHAR.
> It happens only with QT.
>
> Can you please see if it is something to worry about.
Does Paul's mail to lazdevel explains this problem ? You introduced (probably)
a lot of new bugs with assert() cleanups.
Like
if Something then
Assert()
if SomeCode then
begin
end;
Now looks like
if Something then
// DebugLn()
if SomeCode then
begin
end;
>
> Juha
>
> _______________________________________________
> Qt mailing list
> Qt at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/qt
More information about the Qt
mailing list